Skip to content

Commit

Permalink
Merge pull request #54 from MatteoPologruto/bump-to-node16
Browse files Browse the repository at this point in the history
Bump Node to version 16
  • Loading branch information
MatteoPologruto committed May 15, 2023
2 parents d0811f7 + 665a1b2 commit a3d2712
Show file tree
Hide file tree
Showing 3 changed files with 15,226 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

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

- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "box"
Expand Down
Loading

0 comments on commit a3d2712

Please sign in to comment.