Skip to content

Commit

Permalink
chore: update to Node 20 LTS [sc-41962] (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Nov 2, 2023
1 parent e9e5e51 commit 77c5732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
jobs:
build:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:20.9.0
steps:
- checkout
- run:
Expand All @@ -46,7 +46,7 @@ jobs:
- run: yarn build
publish:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:20.9.0
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.9.0

0 comments on commit 77c5732

Please sign in to comment.