Skip to content

Commit 343912d

Browse files
committed
upgrade CI actions version
1 parent 4cafb38 commit 343912d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
cache: npm
2020
cache-dependency-path: website/package-lock.json
2121

.github/workflows/test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
cache: yarn
2020

2121
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
# Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
17-
go: [1.24]
17+
go: [1.25]
1818
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Set up Go ${{ matrix.go }}
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ matrix.go }}
2525

website/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/iron
1+
v24

0 commit comments

Comments
 (0)