Skip to content

Commit

Permalink
ci: bump node to 18.15.0
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 29, 2023
1 parent abbe666 commit fca5772
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ commands:
steps:
- run: git config --global core.autocrlf input
- node/install:
node-version: '18.4.0'
- run: nvm use 18.4.0
# NOTE: nvm-windows only supports proper semver strings
# we could omit the patch release whenever we have 1.1.0:
# https://github.com/coreybutler/nvm-windows/releases/tag/1.1.10
#
# TODO: bump to 18.16 (LTS) when https://github.com/nodejs/node/issues/47563 lands
node-version: '18.15.0'
- run: nvm use 18.15.0
- checkout
- restore_cache:
keys:
Expand Down

0 comments on commit fca5772

Please sign in to comment.