Skip to content

Commit

Permalink
Fix release CI (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor authored Dec 5, 2022
1 parent 9ea9c7d commit 333294f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
## make sure this corresponds with the version in test.yml
node-version: latest
- run: yarn install --immutable --immutable-cache --check-cache

- name: Package Extension
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
## make sure this corresponds with the version in release.yml
node-version: latest
- name: Upgrade ghcup
run: ghcup upgrade -i -f
Expand Down

0 comments on commit 333294f

Please sign in to comment.