Skip to content

Commit

Permalink
chore(deps): update node.js to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Nov 23, 2023
1 parent 7ba9bbd commit d4af107
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable

- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable
- run: yarn build:all

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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- name: Install dependencies
run: yarn install --immutable
- name: Build the release-info action
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 @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable
- run: yarn build:all
- run: yarn lint:all
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 @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable
- run: yarn build:all
- run: yarn lint:all
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 @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable

- run: yarn build:all
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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
# renovate: datasource=docker depName=node versioning=node
node-version: "20.9.0"
node-version: "20.10.0"
- run: yarn install --immutable
- run: yarn build:all
- run: yarn lint:all
Expand Down

0 comments on commit d4af107

Please sign in to comment.