Skip to content

Commit 9c2f7e4

Browse files
committed
updates
1 parent 71fdbaf commit 9c2f7e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI Pipeline
22

33
on:
44
- push
5-
- pull_request
65

76
env:
87
NODE_VERSION: '18'
@@ -14,15 +13,15 @@ jobs:
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
18-
with:
19-
node-version: ${{ env.NODE_VERSION }}
20-
cache: 'pnpm'
2116
- name: Install pnpm
2217
uses: pnpm/action-setup@v4
2318
with:
2419
version: ${{ env.PNPM_VERSION }}
2520
run_install: false
21+
- uses: actions/setup-node@v4
22+
with:
23+
node-version: ${{ env.NODE_VERSION }}
24+
cache: 'pnpm'
2625

2726
lint:
2827
name: Lint

0 commit comments

Comments
 (0)