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 3f471ca commit 9ff0784Copy full SHA for 9ff0784
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
22
with:
23
- node-version: "14"
+ node-version: "22"
24
- name: Install
25
run: npm i
26
- name: Install Playwright Browsers
.github/workflows/playwright.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- node-version: '14.x'
+ node-version: '22.x'
15
- name: Install dependencies
16
run: npm ci
17
0 commit comments