Skip to content

Commit 81e9184

Browse files
committed
updates
1 parent 3206018 commit 81e9184

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: CI Pipeline
22

33
on:
44
push:
5-
pull_request:
65

76
env:
87
NODE_VERSION: '18'
9-
PNPM_VERSION: '8' # Using stable version
8+
PNPM_VERSION: '10'
109

1110
jobs:
1211
build:
@@ -29,10 +28,6 @@ jobs:
2928

3029
- run: pnpm install --frozen-lockfile
3130
- run: pnpm build
32-
- uses: actions/upload-artifact@v3
33-
with:
34-
name: build-artifacts
35-
path: dist/
3631

3732
lint:
3833
name: Lint

0 commit comments

Comments
 (0)