We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7503b17 commit 17d4318Copy full SHA for 17d4318
1 file changed
.github/workflows/npm-publish.yml
@@ -20,12 +20,11 @@ jobs:
20
strategy:
21
matrix:
22
include:
23
- - node-version: 16.x
24
- - node-version: 18.x
25
- node-version: 20.x
26
+ - node-version: 22.x
+ - node-version: 20.x
27
browser: "ChromeHeadless"
28
29
browser: "FirefoxHeadless"
30
31
steps:
0 commit comments