Skip to content

Commit 571a71f

Browse files
committed
update to node16
1 parent 77ad32c commit 571a71f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/[email protected]
2828
with:
29-
node-version: 12.x
29+
node-version: 16.x
3030

3131
- name: Install dependencies
3232
run: npm ci

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ outputs:
99
time: # output will be available to future steps
1010
description: 'The current time after waiting'
1111
runs:
12-
using: 'node12'
12+
using: 'node16'
1313
main: 'dist/index.js'

0 commit comments

Comments
 (0)