Skip to content

Commit cc24c77

Browse files
authored
ci(release): use node 16
1 parent 5df5b1c commit cc24c77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v2
14+
with:
15+
node-version: 16
1416
- run: npm ci
1517
- run: npm run build
1618
- run: rm .gitignore # dist/ folder is ignored by default

0 commit comments

Comments
 (0)