Skip to content

Commit

Permalink
Use LTS version of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 16, 2024
1 parent 5b323cc commit ac99304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-node-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: latest
node-version: 'lts/*'
- run: corepack enable
- run: yarn
- run: yarn build
Expand Down

0 comments on commit ac99304

Please sign in to comment.