Skip to content

Commit c3b4fc0

Browse files
committed
Upgrade to node20
1 parent 9f9f405 commit c3b4fc0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: 'build-test'
1+
name: "build-test"
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:
55
branches:
66
- main
7-
- 'releases/*'
7+
- "releases/*"
88

99
jobs:
1010
build: # make sure build/ci work properly
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
15-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: "16"
17+
node-version: "20"
1818
cache: "yarn"
19-
19+
2020
- run: |
2121
yarn
2222
- run: |
23-
yarn all
23+
yarn all

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ outputs:
2121
'success' if the deployment completed successfully and that the service is stable
2222
'skipped' if a new primary deployment was enqueue while the deployment was ongoing
2323
runs:
24-
using: node16
24+
using: node20
2525
main: dist/index.js

0 commit comments

Comments
 (0)