Skip to content

Commit 582f897

Browse files
committed
Update workflows
1 parent 24d5657 commit 582f897

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ jobs:
3030
run: pnpm install-test --frozen-lockfile
3131
- name: Publish
3232
uses: JS-DevTools/npm-publish@v4
33-
id: publish
3433
with:
3534
provenance: true
3635
ignore-scripts: true
37-
- if: ${{ steps.publish.outputs.type }}
38-
run: echo "Version changed!"
3936
- name: Pages
4037
run: pnpm run deploy
4138
- uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: 10
1919
- name: Install Node
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 24
2323
cache: "pnpm"

0 commit comments

Comments
 (0)