Skip to content

Commit

Permalink
feat: Update to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed May 24, 2022
1 parent 8cc7410 commit 26cfe52
Show file tree
Hide file tree
Showing 7 changed files with 9,878 additions and 9,725 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14.18.1
node-version: 16

- name: Install dependencies
run: yarn install --ignore-engines
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ inputs:
default: LF

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 26cfe52

Please sign in to comment.