Skip to content

Commit 26cfe52

Browse files
committed
feat: Update to node 16
1 parent 8cc7410 commit 26cfe52

7 files changed

Lines changed: 9878 additions & 9725 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: 14.18.1
19+
node-version: 16
2020

2121
- name: Install dependencies
2222
run: yarn install --ignore-engines

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ inputs:
2525
default: LF
2626

2727
runs:
28-
using: 'node12'
28+
using: 'node16'
2929
main: 'dist/index.js'

0 commit comments

Comments
 (0)