Skip to content
Prev Previous commit
Next Next commit
fixup! try node 22 without argument escape
  • Loading branch information
timmywil committed Dec 31, 2024
commit 0b1d23cbdc1eae027d31b4d510b881380c6717a5
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
build-and-test:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
npm run test:unit -- \
--headless -b ${{ matrix.BROWSER }} \
-c ${{ matrix.CONFIGS.config }} \
-c ${{ matrix.CONFIGS.config }}

edge:
runs-on: windows-latest
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: npm run build

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

safari:
runs-on: macos-latest
Expand Down