Skip to content

Commit

Permalink
Merge pull request #163 from unexpectedjs/tech/node22
Browse files Browse the repository at this point in the history
Support node.js 20 and 22
  • Loading branch information
papandreou authored Aug 26, 2024
2 parents effb689 + f080d49 commit 45b6975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ name: Tests

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Node ${{ matrix.node }}
strategy:
matrix:
node:
- '14'
- '16'
- '18'
- '20'
- '22'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand All @@ -23,7 +25,7 @@ jobs:
- run: npm test

test-targets:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: ${{ matrix.targets.name }}
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mocha": "^9.1.3",
"nyc": "^15.0.0",
"offline-github-changelog": "^1.7.0",
"pem": "^1.13.1",
"pem": "^1.14.8",
"prettier": "~2.5.0",
"request": "^2.53.0",
"semver": "^7.0.0",
Expand All @@ -55,7 +55,7 @@
"detect-indent": "^6.0.0",
"memoizesync": "^1.1.1",
"messy": "^7.0.0",
"mitm": "^1.7.1",
"mitm": "^1.7.3",
"underscore": "^1.8.3",
"unexpected-messy": "^11.0.1"
},
Expand Down

0 comments on commit 45b6975

Please sign in to comment.