Skip to content

Commit

Permalink
fixes wrong changes on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 19, 2023
1 parent 1471012 commit f041533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 #v2.5.2
with:
node-version: '16.x'
always-auth: true
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
Expand All @@ -30,6 +29,7 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c #v3.6
with:
node-version: 18.x
always-auth: true
registry-url: 'https://npm.pkg.github.com'
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit f041533

Please sign in to comment.