Skip to content

Commit

Permalink
feat: upgrade ci images
Browse files Browse the repository at this point in the history
feat: upgrade semantic release version
  • Loading branch information
DOlufemi committed Oct 15, 2024
1 parent 0dd2439 commit 331dc00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
resource_class: small
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
steps:
- checkout
- install_deps
Expand All @@ -66,7 +66,7 @@ jobs:
lint:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
steps:
- checkout
- install_deps
Expand All @@ -92,7 +92,7 @@ jobs:
test-unix:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
steps:
- checkout
- install_deps
Expand All @@ -104,10 +104,11 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
resource_class: small
steps:
- checkout
- run: sudo npm i -g semantic-release@22 @semantic-release/exec pkg
- install_deps
- run:
name: Publish to GitHub
Expand Down Expand Up @@ -211,7 +212,7 @@ workflows:
- release:
name: Release
context: nodejs-app-release
node_version: "14.17.0"
node_version: "20.18"
filters:
branches:
only:
Expand Down

0 comments on commit 331dc00

Please sign in to comment.