Skip to content

Commit 47718af

Browse files
author
Egor Didenko
committed
chore(ci): increased node-version to 18
1 parent 53306ff commit 47718af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '16'
16+
node-version: "18"
1717
- name: Install dependencies
18-
working-directory: ./
1918
run: npm ci
2019
- name: Run build
2120
run: npm run build

0 commit comments

Comments
 (0)