Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Set node version to correct test failures
  • Loading branch information
kyleecodes committed Mar 6, 2024
1 parent 9813b62 commit 9d87b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: '18.18.x'
cache: 'yarn'
- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 9d87b70

Please sign in to comment.