Skip to content

Commit 4e88c31

Browse files
committed
chore: update action
1 parent c851147 commit 4e88c31

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/publish_github.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
publish_github:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-node@v3
13-
with:
14-
node-version: 12
1512
- uses: actions/checkout@v3
1613
- name: change package name
1714
uses: deef0000dragon1/json-edit-action@v1

.github/workflows/publish_npm.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
14-
with:
15-
node-version: '12.x'
16-
registry-url: 'https://registry.npmjs.org'
1713
- uses: pnpm/[email protected]
1814
with:
1915
version: latest

0 commit comments

Comments
 (0)