We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea9c7d commit 333294fCopy full SHA for 333294f
.github/workflows/release.yml
@@ -10,7 +10,8 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: 17
+ ## make sure this corresponds with the version in test.yml
14
+ node-version: latest
15
- run: yarn install --immutable --immutable-cache --check-cache
16
17
- name: Package Extension
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
23
+ ## make sure this corresponds with the version in release.yml
24
node-version: latest
25
- name: Upgrade ghcup
26
run: ghcup upgrade -i -f
0 commit comments