Skip to content

Commit

Permalink
Bump Node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPologruto committed May 9, 2023
1 parent d0811f7 commit da4361d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit da4361d

Please sign in to comment.