Skip to content

Commit 486023e

Browse files
committed
Update node to v22 LTS
1 parent c6ce6d0 commit 486023e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: latest
15+
node-version: 22
1616
- run: sudo apt-get install xvfb
1717
- run: npm install
1818
- run: npx playwright install --with-deps

0 commit comments

Comments
 (0)