We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221b049 commit b1fd7cdCopy full SHA for b1fd7cd
.github/workflows/tests.js.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
# All 'LTS' and 'Current' versions (https://nodejs.org/en/about/previous-releases)
23
- node-version: [18.x, 20.x, 21.x]
+ node-version: [18.x, 20.x, 21.x, 22.x]
24
build-how: ["node", "browser", "browser -n", "cdn :common"]
25
26
steps:
0 commit comments