Skip to content

Commit

Permalink
ci: pin node version to 16.x
Browse files Browse the repository at this point in the history
resolves a build error due to changes in openssl compat in node 18
  • Loading branch information
owenpearson committed Mar 22, 2023
1 parent bcc831f commit cf19d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npx playwright install-deps
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit cf19d57

Please sign in to comment.