Skip to content

Commit

Permalink
Use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Oct 25, 2023
1 parent 97040b6 commit c434d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'yarn'

- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inputs:
default: "false"

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

branding:
Expand Down

0 comments on commit c434d25

Please sign in to comment.