Skip to content

Commit

Permalink
Merge pull request #42 from vrza/node-23-test
Browse files Browse the repository at this point in the history
Added node 23 environment to GitHub Actions workflow
  • Loading branch information
vrza authored Oct 24, 2024
2 parents c5f05f6 + e1ab810 commit c5f9d3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
strategy:
matrix:
virtual-environment: ['ubuntu-latest', 'windows-2019']
node: [12, 14, 16, 18, 20, 22]
node: [12, 14, 16, 18, 20, 22, 23]
include:
- virtual-environment: 'macos-latest'
node: 18
- virtual-environment: 'macos-latest'
node: 20
- virtual-environment: 'macos-latest'
node: 22
- virtual-environment: 'macos-latest'
node: 23

runs-on: ${{ matrix.virtual-environment }}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"test": "node node_modules/eslint/bin/eslint . && node node_modules/mocha/bin/mocha tests"
},
"dependencies": {
"nan": "^2.20.0"
"nan": "^2.22.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"mocha": "^10.5.1"
"eslint": "^8.57.1",
"mocha": "^10.7.3"
},
"contributors": [
"Vladimir Vrzić <[email protected]> (https://github.com/vrza)",
Expand Down

0 comments on commit c5f9d3a

Please sign in to comment.