Skip to content

Commit

Permalink
Merge pull request #34 from excl-networks/cpaczek-bump-node
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
cpaczek authored Nov 8, 2023
2 parents 9c19862 + f5b3ea0 commit 48d5865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Install modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"engines": {
"node": ">=14.x.x <=18.x.x",
"node": ">=14.x.x <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down

0 comments on commit 48d5865

Please sign in to comment.