Skip to content

Commit

Permalink
Merge pull request #128 from ably/ci-pin-node-version
Browse files Browse the repository at this point in the history
ci: pin node version to 16.x
  • Loading branch information
owenpearson authored Mar 24, 2023
2 parents bcc831f + cf19d57 commit 04ea7b9
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 04ea7b9

Please sign in to comment.