Skip to content

Commit

Permalink
chore: update to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 2, 2023
1 parent 2498f19 commit d038736
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x

- name: Verify versions
run: node --version && npm --version && node -p process.versions.v8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Copyright 2022, Prose Foundation - Released under the [Mozilla Public License 2.0](./LICENSE.md).

_Tested at NodeJS version: `v14.19.3`_
_Tested at NodeJS version: `v20.5.0`_

## License

Expand Down
13 changes: 12 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"private": true,
"engineStrict": true,
"engines": {
"node": ">=12.0.0"
"node": ">= 20",
"npm": ">= 9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d038736

Please sign in to comment.