Skip to content

Commit 333294f

Browse files
authored
Fix release CI (#775)
1 parent 9ea9c7d commit 333294f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 17
13+
## make sure this corresponds with the version in test.yml
14+
node-version: latest
1415
- run: yarn install --immutable --immutable-cache --check-cache
1516

1617
- name: Package Extension

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23+
## make sure this corresponds with the version in release.yml
2324
node-version: latest
2425
- name: Upgrade ghcup
2526
run: ghcup upgrade -i -f

0 commit comments

Comments
 (0)