Skip to content

Commit 311589d

Browse files
committed
remove specific version from gh workflows
1 parent b009132 commit 311589d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: pnpm/action-setup@v2
13-
with:
14-
version: 7
1513
- uses: actions/setup-node@v3
1614
with:
1715
node-version: 16.x

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: pnpm/action-setup@v2
20-
with:
21-
version: 7
2220
- uses: actions/setup-node@v3
2321
with:
2422
node-version: 16.x

0 commit comments

Comments
 (0)