Skip to content

Commit 904d1ca

Browse files
chore(deps): update node.js to v20.14.0
1 parent 4f7068d commit 904d1ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3131
env:
3232
# renovate: datasource=docker depName=node versioning=node
33-
NODE_VERSION: "20.13.1"
33+
NODE_VERSION: "20.14.0"
3434
with:
3535
node-version: ${{ env.NODE_VERSION }}
3636
registry-url: https://registry.npmjs.org

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3030
env:
3131
# renovate: datasource=docker depName=node versioning=node
32-
NODE_VERSION: "20.13.1"
32+
NODE_VERSION: "20.14.0"
3333
with:
3434
node-version: ${{ env.NODE_VERSION }}
3535
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)