Skip to content

Commit df20359

Browse files
committed
update canvas + added nodejs 22 LTS
1 parent 68786ba commit df20359

File tree

3 files changed

+167
-183
lines changed

3 files changed

+167
-183
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [18.x, 20.x]
15+
node-version: [18.x, 20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"brace": "^0.11.1",
3232
"brfs": "~2.0.2",
3333
"browserify": "^16.5.0",
34-
"canvas": "^2.11.2",
34+
"canvas": "^3.0.0",
3535
"codemirror": "~5.49.2",
3636
"eslint": "^7.8.1",
3737
"gh-pages": "^3.1.0",

0 commit comments

Comments
 (0)