Skip to content

Commit c38b410

Browse files
chore: fix test env (#993)
1 parent 03ed003 commit c38b410

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
15+
- name: Use Node.js
16+
uses: actions/setup-node@v3
17+
with:
18+
node-version: '16'
1419

1520
- name: Cache node_modules
1621
id: cache-modules
@@ -43,6 +48,11 @@ jobs:
4348
with:
4449
fetch-depth: 0
4550
persist-credentials: false
51+
52+
- name: Use Node.js
53+
uses: actions/setup-node@v3
54+
with:
55+
node-version: '16'
4656

4757
- name: Cache node_modules
4858
id: cache-modules

.github/workflows/test-permissions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false
17+
18+
- name: Use Node.js
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: '16'
1722

1823
- name: Cache node_modules
1924
id: cache-modules

0 commit comments

Comments
 (0)