Skip to content

Commit

Permalink
Use Node20 instead of Node 16
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
peterbe committed Jan 29, 2024
1 parent 969d01e commit beb357a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm

- 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 @@ -4,7 +4,7 @@ branding:
icon: message-square
color: purple
runs:
using: node16
using: node20
main: ./index.dist.js
inputs:
text:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rewire": "^6.0.0"
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=8"
},
"mocha": {
Expand Down

0 comments on commit beb357a

Please sign in to comment.