Skip to content

Commit 7f7845c

Browse files
committed
Fix CI
1 parent 9a97247 commit 7f7845c

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
@@ -7,8 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- uses: pnpm/action-setup@v4
10-
with:
11-
version: 9
1210
- name: Use Node.js ${{ matrix.node-version }}
1311
uses: actions/setup-node@v2
1412
with:

.github/workflows/size.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: pnpm/action-setup@v4
11-
with:
12-
version: 9
1311
- uses: andresz1/size-limit-action@v1
1412
with:
1513
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)