Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Nov 1, 2022
1 parent d9dee3e commit 6ae2849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
type: string
default: "18"
docker:
- image: circleci/node:<< parameters.node-version >>
- image: cimg/node:<< parameters.node-version >>
environment:
LANG: en_US.UTF-8
steps:
Expand All @@ -37,7 +37,7 @@ workflows:
- build:
matrix:
parameters:
node-version: ["14", "16", "18"]
node-version: ["14.20", "16.18", "18.12"]
- ship/node-publish:
requires:
- build
Expand Down

0 comments on commit 6ae2849

Please sign in to comment.