Skip to content

Commit

Permalink
switch ci node-version to lts to avoid incrementing versions in the f…
Browse files Browse the repository at this point in the history
…uture
  • Loading branch information
rosskevin committed Jun 30, 2024
1 parent 6cbe0da commit b3c5b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 'lts'
cache: 'yarn'

# allow the lock file to change (updating our own workspace versions in monorepo)
Expand Down

0 comments on commit b3c5b6a

Please sign in to comment.