Skip to content

Commit

Permalink
ci: switch to older node 18.x for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Oct 20, 2024
1 parent bb00760 commit eda2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: '18.x'

- name: Setup Yarn
run: yarn set version 3.2.0
Expand Down

0 comments on commit eda2e61

Please sign in to comment.