We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fdbaf commit 9c2f7e4Copy full SHA for 9c2f7e4
.github/workflows/ci.yml
@@ -2,7 +2,6 @@ name: CI Pipeline
2
3
on:
4
- push
5
- - pull_request
6
7
env:
8
NODE_VERSION: '18'
@@ -14,15 +13,15 @@ jobs:
14
13
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
18
- with:
19
- node-version: ${{ env.NODE_VERSION }}
20
- cache: 'pnpm'
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
version: ${{ env.PNPM_VERSION }}
25
run_install: false
+ - uses: actions/setup-node@v4
+ with:
+ node-version: ${{ env.NODE_VERSION }}
+ cache: 'pnpm'
26
27
lint:
28
name: Lint
0 commit comments