Skip to content

Commit

Permalink
Merge pull request #69 from actions/Upgrade-to-node16
Browse files Browse the repository at this point in the history
Upgrade to node16
  • Loading branch information
NamrataJha authored Mar 2, 2022
2 parents 000223e + 56849b8 commit a31a43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ inputs:
default: ${{ github.token }}

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

branding:
Expand Down

0 comments on commit a31a43a

Please sign in to comment.