Skip to content

Commit 0b1d23c

Browse files
committed
fixup! try node 22 without argument escape
1 parent fa1c12d commit 0b1d23c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
env:
15-
NODE_VERSION: 20.x
15+
NODE_VERSION: 22.x
1616

1717
jobs:
1818
build-and-test:
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
npm run test:unit -- \
6161
--headless -b ${{ matrix.BROWSER }} \
62-
-c ${{ matrix.CONFIGS.config }} \
62+
-c ${{ matrix.CONFIGS.config }}
6363
6464
edge:
6565
runs-on: windows-latest
@@ -97,7 +97,7 @@ jobs:
9797
run: npm run build
9898

9999
- name: Test
100-
run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
100+
run: npm run test:unit --headless -b edge -c ${{ matrix.CONFIGS.config }}
101101

102102
safari:
103103
runs-on: macos-latest

0 commit comments

Comments
 (0)