Skip to content

Commit 7e8608f

Browse files
Update main.yml
1 parent 5bebd6d commit 7e8608f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: pnpm/action-setup@v2
1313
with:
14-
version: 7
14+
version: 8
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: 18
1818
cache: "pnpm"
1919

2020
- run: pnpm install --frozen-lockfile
21-
- run: pnpm run lint && pnpm run build
21+
- run: pnpm lint && pnpm build

0 commit comments

Comments
 (0)