8000 update node version · actions/stale@76e9fbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 76e9fbc

Browse files
committed
update node version
1 parent 6467b96 commit 76e9fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- name: Set Node.js 12.x
26+
- name: Set Node.js 16.x
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 12.x
29+
node-version: 16.x
3030

3131
- name: Install dependencies
3232
run: npm ci

0 commit comments

Comments
 (0)
0