Skip to content

Commit a3fc1d4

Browse files
committed
chore(ci): updated workflows
1 parent 3eae059 commit a3fc1d4

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "18"
16+
node-version: "20"
1717
- name: Install dependencies
1818
working-directory: ./
19-
run: npm ci
19+
run: npm i
2020
- name: Run build
2121
run: npm run build

package-lock.json

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)