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 ce53b64 commit b33a184Copy full SHA for b33a184
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
-
+
8
pull_request:
9
10
@@ -20,13 +20,13 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 18
+ node-version: 20
24
25
- name: Install pnpm
26
- run: npm install -g pnpm
+ run: npm install -g pnpm
27
28
- name: Install dependencies
29
- run: pnpm install
+ run: pnpm install --frozen-lockfile
30
31
- name: Lint the code
32
run: pnpm lint
0 commit comments