Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
microsoft/playwright#1988
microsoft/playwright#4033 (comment)

bumped the gh actions node version b/c of above

Signed-off-by: Matt Hippely <mhippely@vmware.com>
  • Loading branch information
hippee-lee committed Jul 13, 2021
1 parent c35c66a commit 21d75be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '14'
check-latest: true
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 21d75be

Please sign in to comment.