Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae88d6a

Browse files
authoredJul 9, 2024··
chore(deps): update node.js to v20.14
1 parent 1629800 commit ae88d6a

File tree

3 files changed

+655
-351
lines changed

3 files changed

+655
-351
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: npm run compile
2424
deploy:
2525
docker:
26-
- image: cimg/node:20.2
26+
- image: cimg/node:20.14
2727
steps:
2828
- checkout
2929
- node/install-packages

‎package-lock.json

+653-349
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "7.22.5",
1717
"@babel/preset-env": "7.22.5",
1818
"@babel/register": "7.22.5",
19-
"@google/semantic-release-replace-plugin": "1.2.7",
19+
"@google/semantic-release-replace-plugin": "1.2.0",
2020
"@semantic-release/changelog": "6.0.3",
2121
"@semantic-release/commit-analyzer": "9.0.2",
2222
"@semantic-release/git": "10.0.1",

0 commit comments

Comments
 (0)