1 parent 396d49a commit a13fb39Copy full SHA for a13fb39
1 file changed
.github/workflows/publish.yml
@@ -13,19 +13,19 @@ jobs:
13
id-token: write
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Setup pnpm
19
uses: pnpm/action-setup@v4
20
with:
21
version: 10
22
+ cache: true
23
24
- name: Setup Node.js
- uses: actions/setup-node@v4
25
+ uses: actions/setup-node@v6
26
- node-version: '20'
27
+ node-version: '24'
28
registry-url: 'https://registry.npmjs.org'
- cache: 'pnpm'
29
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
0 commit comments