Skip to content

Commit 1a69fc7

Browse files
committed
Update node to v 18.x for CI
1 parent ee6b8d4 commit 1a69fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v1
1414
with:
15-
node-version: '16.x'
15+
node-version: '18.x'
1616
- run: sudo apt-get install xvfb
1717
- run: npm install
1818
- run: npx playwright install

0 commit comments

Comments
 (0)