Skip to content

Commit 87a8930

Browse files
committedJun 24, 2023
fix ci
1 parent 013ecb2 commit 87a8930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/mdsvex.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
node-version: [14, 16]
35+
node-version: [16, 18]
3636
os: [ubuntu-latest, macOS-latest, windows-latest]
3737
steps:
38-
- uses: actions/checkout@v2
39-
- run: npm i -g pnpm@6
40-
- uses: actions/setup-node@v2
38+
- uses: actions/checkout@v3
39+
- run: npm i -g pnpm@8
40+
- uses: actions/setup-node@v3
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'pnpm'

0 commit comments

Comments
 (0)
Please sign in to comment.