We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1c12d commit 0b1d23cCopy full SHA for 0b1d23c
.github/workflows/node.js.yml
@@ -12,7 +12,7 @@ permissions:
12
contents: read
13
14
env:
15
- NODE_VERSION: 20.x
+ NODE_VERSION: 22.x
16
17
jobs:
18
build-and-test:
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
npm run test:unit -- \
61
--headless -b ${{ matrix.BROWSER }} \
62
- -c ${{ matrix.CONFIGS.config }} \
+ -c ${{ matrix.CONFIGS.config }}
63
64
edge:
65
runs-on: windows-latest
@@ -97,7 +97,7 @@ jobs:
97
run: npm run build
98
99
- name: Test
100
- run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
+ run: npm run test:unit --headless -b edge -c ${{ matrix.CONFIGS.config }}
101
102
safari:
103
runs-on: macos-latest
0 commit comments