Skip to content

Commit

Permalink
Update Node version in playwright.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend authored Aug 23, 2023
1 parent c58ae08 commit 0636086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "Setup Node"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: "Install all dependencies"
run: |
python -m pip install --upgrade pip
Expand All @@ -38,4 +38,4 @@ jobs:
name: playwright-artifacts
path: videos/
if: always()


0 comments on commit 0636086

Please sign in to comment.