Skip to content

Commit 1b74d8c

Browse files
committed
Fix CI
1 parent 76877cf commit 1b74d8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4.2.2
1111

12-
- uses: actions/setup-node@v2
12+
- uses: pnpm/[email protected]
13+
14+
- uses: actions/[email protected]
1315
with:
1416
node-version: 20.x
1517

18+
- run: pnpm install
1619
- run: pnpm build
1720
- run: pnpm prettier --check .
1821
- run: pnpm test

0 commit comments

Comments
 (0)