Skip to content

Commit

Permalink
Update Node.js version to 18 on CI
Browse files Browse the repository at this point in the history
```
error my-app@0.0.0: The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.20.2"
error Found incompatible module.
```
  • Loading branch information
tricknotes committed Nov 2, 2024
1 parent 0bc38b8 commit dea31a5
Showing 1 changed file with 1 addition 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 @@ -42,7 +42,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- name: Setup Google Chrome
uses: browser-actions/setup-chrome@latest
Expand Down

0 comments on commit dea31a5

Please sign in to comment.