We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc751a0 commit d7b2fa2Copy full SHA for d7b2fa2
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
references:
4
container_config: &container_config
5
docker:
6
- - image: circleci/node:18
+ - image: cimg/node:22.1.0
7
poke_npmrc: &poke_npmrc
8
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
9
0 commit comments