Skip to content

Commit 285eaec

Browse files
committed
Meta: Use Node 16 in Release workflow
1 parent 25fc5ac commit 285eaec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- uses: actions/checkout@v2
2121
with:
2222
fetch-depth: 20
23+
- uses: actions/setup-node@v2
24+
with:
25+
node-version: 16
26+
cache: npm
2327
- name: install
2428
run: npm ci || npm install
2529
- run: npm test
@@ -43,6 +47,10 @@ jobs:
4347
runs-on: ubuntu-latest
4448
steps:
4549
- uses: actions/checkout@v2
50+
- uses: actions/setup-node@v2
51+
with:
52+
node-version: 16
53+
cache: npm
4654
- name: install
4755
run: npm ci || npm install
4856
- run: npm run build

0 commit comments

Comments
 (0)