Skip to content

Commit

Permalink
ci: bump node to 18.15
Browse files Browse the repository at this point in the history
avoid LTS for now until nodejs/node#47563
lands (probably 18.16.2)

Signed-off-by: Robert G眉nzler <r@gnzler.io>
  • Loading branch information
robertgzr committed Jun 28, 2023
1 parent 8f344ab commit 84ba574
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ commands:
steps:
- run: git config --global core.autocrlf input
- node/install:
node-version: '18.4.0'
- run: nvm use 18.4.0
# bump to 18.16 (LTS) when https://github.com/nodejs/node/issues/47563 lands
node-version: '18.15'
- run: nvm use 18.15
- checkout
- restore_cache:
keys:
Expand Down

0 comments on commit 84ba574

Please sign in to comment.