Skip to content

Commit

Permalink
fix: upgrade to use cimg instead of legacy images (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer authored Mar 29, 2023
1 parent a596081 commit 572ddaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
lint:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
steps:
- checkout
- install_deps
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
resource_class: small
steps:
- checkout
Expand All @@ -145,7 +145,7 @@ workflows:
- lint:
name: Lint
context: nodejs-install
node_version: "10"
node_version: "18.15"
- test-unix:
name: Unix with node v<< matrix.node_version >>, go v<< matrix.go_version >>
context: nodejs-install
Expand All @@ -169,7 +169,7 @@ workflows:
- release:
name: Release
context: nodejs-app-release
node_version: "18"
node_version: "18.15"
requires:
- test-unix
- test-windows
Expand Down

0 comments on commit 572ddaa

Please sign in to comment.