Skip to content

Commit

Permalink
test: increase node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 25, 2024
1 parent 7951c21 commit 1ef4712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "Amazee Labs <[email protected]>",
"engines": {
"node": "^18.19.0",
"node": "^20",
"pnpm": "8.6.12"
},
"scripts": {
Expand Down

0 comments on commit 1ef4712

Please sign in to comment.