Skip to content

Commit de2ad6f

Browse files
committed
Update CircleCI to work with LTS Node.js
1 parent 8ddfd66 commit de2ad6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
defaults: &defaults
77
working_directory: ~/repo
88
docker:
9-
- image: cimg/node:16.18-browsers
9+
- image: cimg/node:lts-browsers
1010
environment:
1111
NODE_ENV: development
1212

@@ -48,7 +48,7 @@ jobs:
4848
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
4949
- run:
5050
name: Publish package
51-
command: npx semantic-release@19.0.5
51+
command: npx semantic-release
5252

5353

5454
workflows:

0 commit comments

Comments
 (0)