Skip to content

Commit

Permalink
Merge pull request #90 from snyk-tech-services/fix/bump-node-version
Browse files Browse the repository at this point in the history
fix: bump node version
  • Loading branch information
aarlaud authored May 6, 2024
2 parents c5e75cf + dd4bce0 commit b233e62
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 @@ -5,7 +5,7 @@ orbs:
jobs:
build-test-monitor:
docker:
- image: cimg/node:18.17.1
- image: cimg/node:20.11
steps:
- checkout
- run: npm install semantic-release @semantic-release/exec pkg --save-dev --legacy-peer-deps
Expand All @@ -19,7 +19,7 @@ jobs:
- run: npx semantic-release
build-test:
docker:
- image: cimg/node:18.17.1
- image: cimg/node:20.11
steps:
- checkout
- run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
token-variable: SNYK_TOKEN
build-test-from-fork:
docker:
- image: cimg/node:18.17.1
- image: cimg/node:20.11
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit b233e62

Please sign in to comment.