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 b06617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '14.1.x'
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit b06617c

Please sign in to comment.