Skip to content

Commit

Permalink
fix: bump node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Oct 5, 2023
1 parent bc85018 commit 39967b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build-test-monitor:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install
Expand All @@ -28,7 +28,7 @@ jobs:
- run: npx semantic-release
build-test:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install
Expand All @@ -48,7 +48,7 @@ jobs:
- run: npm test
build-test-from-fork:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 39967b2

Please sign in to comment.