Skip to content

Commit 5f028f4

Browse files
committed
Make GitHub use latest version of Node 16
1 parent c789727 commit 5f028f4

File tree

2 files changed

+334
-111
lines changed

2 files changed

+334
-111
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 16
17+
node-version: 16.x
1818
registry-url: https://registry.npmjs.org/
1919

2020
- name: Install the dependencies

0 commit comments

Comments
 (0)