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 c6796d0 commit c3898ddCopy full SHA for c3898dd
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use Node.js
18
uses: actions/[email protected]
19
with:
20
- node-version: '20.x'
+ node-version: '22.x'
21
cache: 'npm'
22
- run: npm ci
23
- run: npm run build
.github/workflows/test.yml
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
- node-version: 20
+ node-version: 22
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
0 commit comments