Skip to content

Commit

Permalink
Add node 22.x to the test matrix
Browse files Browse the repository at this point in the history
Needed to upgrade canvas to a git rev due to Automattic/node-canvas#2377
  • Loading branch information
jcoyne committed Oct 29, 2024
1 parent 3837c10 commit ba05a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"babel-plugin-macros": "^3.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bundlewatch": "^0.4.0",
"canvas": "^2.11.0",
"canvas": "github:Automattic/node-canvas#a2e10e6",
"chalk": "^4.1.0",
"core-js": "^3.21.1",
"eslint": "^8.11.0",
Expand Down

0 comments on commit ba05a5f

Please sign in to comment.