Skip to content

Commit 7cc30ab

Browse files
committed
fix provenance publishing by upgrading node version, delete old gh pages action
1 parent 1c05807 commit 7cc30ab

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: 10
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '20'
22+
node-version: '24'
2323
cache: 'pnpm'
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)