Skip to content

Commit

Permalink
fix: set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 27, 2023
1 parent a665dd1 commit 5288fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18.16.1'
cache: 'yarn'
cache-dependency-path: integration_tests/yarn.lock
- name: Lint
Expand Down

0 comments on commit 5288fb4

Please sign in to comment.