Skip to content

Commit

Permalink
chore(deps): update node.js to v20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent daf7b9b commit 01d4641
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://registry.npmjs.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
env:
# renovate: datasource=docker depName=node versioning=node
NODE_VERSION: "20.15.0"
NODE_VERSION: "20.15.1"
with:
node-version: ${{ env.NODE_VERSION }}
- run: yarn install --immutable
Expand Down

0 comments on commit 01d4641

Please sign in to comment.