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

Commit

Permalink
chore(workflows): run tests on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Feb 1, 2024
1 parent 589f6b7 commit 1e4eb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [18.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
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 @@
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
"node": "^18",
"node": ">=18 <=20",
"npm": ">=8"
},
"scripts": {
Expand Down

0 comments on commit 1e4eb01

Please sign in to comment.