Skip to content

Commit b2349bc

Browse files
iamgojoof6eyestuunit
authored andcommitted
1 parent a8cfda7 commit b2349bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node.js 12.x
13+
- name: Use Node.js 16.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
16+
node-version: 16
1717
- run: npm ci
1818
- run: npm run format:check
1919
- run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ branding:
2121
icon: activity
2222

2323
runs:
24-
using: node12
24+
using: node16
2525
main: dist/index.js

0 commit comments

Comments
 (0)