Skip to content

Commit

Permalink
Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Sep 7, 2023
1 parent 855a321 commit dbe873e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: craftcms/.github/.github/workflows/ci.yml@v3
with:
craft_version: '4'
node_version: '14'
node_version: '18'
jobs: '["ecs", "phpstan", "prettier"]'
notify_slack: true
slack_subteam: <!subteam^SGFL9NKNZ>
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"check-prettier": "prettier --check .",
"fix-prettier": "prettier --write .",
"prepare": "husky install"
},
"engines": {
"node": "^18"
}
}

0 comments on commit dbe873e

Please sign in to comment.