Skip to content

Commit 5e83934

Browse files
authored
chore(deps): update node docker tag to v20 (#2385)
1 parent 0e9791a commit 5e83934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/peer-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
peer-api-check:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: node:18
13+
image: node:20
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/release-please-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
rp-validate:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: node:14
13+
image: node:20
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/test-all-versions.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
parse-labels:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: node:16
15+
image: node:20
1616
env:
1717
PR_LABELS: ${{ toJSON(github.event.pull_request.labels.*.name) }}
1818
outputs:

0 commit comments

Comments
 (0)