Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore: upgraded to latest node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianok committed Mar 11, 2024
1 parent b1f6e46 commit cbba206
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.1
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
"node": ">=20",
"npm": ">=10"
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"preinstall": "npx check-engines@1",
Expand Down

0 comments on commit cbba206

Please sign in to comment.