Skip to content

Commit 602747f

Browse files
authored
Update deps to Node 20 (#653)
1 parent 080181a commit 602747f

7 files changed

Lines changed: 311 additions & 292 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
id-token: 'write'
3030

3131
steps:
32-
- uses: 'actions/checkout@v3'
32+
- uses: 'actions/checkout@v4'
3333

3434
- uses: 'actions/setup-node@v3'
3535
with:
36-
node-version: '16.x'
36+
node-version: '20.x'
3737

3838
- name: 'Build'
3939
run: 'npm ci && npm run build'

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: '${{ matrix.os }}'
2626

2727
steps:
28-
- uses: 'actions/checkout@v3'
28+
- uses: 'actions/checkout@v4'
2929

3030
- uses: 'actions/setup-node@v3'
3131
with:
32-
node-version: '16.x'
32+
node-version: '20.x'
3333

3434
- name: 'npm ci'
3535
run: 'npm ci'

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ support](https://cloud.google.com/support).**
2323
- This action requires Google Cloud credentials to execute gcloud commands.
2424
See [Authorization](#Authorization) for more details.
2525

26-
- This action runs using Node 16. If you are using self-hosted GitHub Actions
27-
runners, you must use runner version [2.285.0](https://github.com/actions/virtual-environments)
28-
or newer.
26+
- This action runs using Node 20. If you are using self-hosted GitHub Actions
27+
runners, you must use a [runner
28+
version](https://github.com/actions/virtual-environments) that supports this
29+
version or newer.
2930

3031
## Usage
3132

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ branding:
5252
color: 'blue'
5353

5454
runs:
55-
using: 'node16'
55+
using: 'node20'
5656
main: 'dist/main/index.js'

dist/main/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)