Skip to content

Commit

Permalink
Update node to v 18.x for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Sep 26, 2023
1 parent ee6b8d4 commit 1a69fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- run: sudo apt-get install xvfb
- run: npm install
- run: npx playwright install
Expand Down

0 comments on commit 1a69fc7

Please sign in to comment.