Skip to content

Commit b1fd7cd

Browse files
committed
(maint) build against node 22
1 parent 221b049 commit b1fd7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
# All 'LTS' and 'Current' versions (https://nodejs.org/en/about/previous-releases)
23-
node-version: [18.x, 20.x, 21.x]
23+
node-version: [18.x, 20.x, 21.x, 22.x]
2424
build-how: ["node", "browser", "browser -n", "cdn :common"]
2525

2626
steps:

0 commit comments

Comments
 (0)