Skip to content

Commit b485655

Browse files
committed
ci: upgrade Node.js to 24 and actions/cache to v4 for OIDC publish support
1 parent 2f9026d commit b485655

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/package-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "22"
25+
node-version: "24"
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v2
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3838
39-
- uses: actions/cache@v3
39+
- uses: actions/cache@v4
4040
name: Setup pnpm cache
4141
with:
4242
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: "22"
62+
node-version: "24"
6363

6464
- name: Setup pnpm
6565
uses: pnpm/action-setup@v2
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7575
76-
- uses: actions/cache@v3
76+
- uses: actions/cache@v4
7777
name: Setup pnpm cache
7878
with:
7979
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Node.js
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: "22"
99+
node-version: "24"
100100

101101
- name: Setup pnpm
102102
uses: pnpm/action-setup@v2
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
112112
113-
- uses: actions/cache@v3
113+
- uses: actions/cache@v4
114114
name: Setup pnpm cache
115115
with:
116116
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -134,7 +134,7 @@ jobs:
134134
- name: Setup Node.js
135135
uses: actions/setup-node@v4
136136
with:
137-
node-version: "22"
137+
node-version: "24"
138138

139139
- name: Setup pnpm
140140
uses: pnpm/action-setup@v2
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
150150
151-
- uses: actions/cache@v3
151+
- uses: actions/cache@v4
152152
name: Setup pnpm cache
153153
with:
154154
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: "22"
35+
node-version: "24"
3636
registry-url: "https://registry.npmjs.org"
3737

3838
- name: Setup pnpm

0 commit comments

Comments
 (0)