Skip to content

Commit

Permalink
chore: update action to use Node 16 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-bravo authored Dec 9, 2021
1 parent dcc0af4 commit b548fde
Show file tree
Hide file tree
Showing 5 changed files with 7,095 additions and 1,307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 12 # https://github.com/actions/runner/issues/772
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run test
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
description: 'A pull request number, only required if triggered from a workflow_dispatch event'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'
Expand Down
Loading

0 comments on commit b548fde

Please sign in to comment.