Skip to content

Commit 7161e56

Browse files
authored
Merge pull request #523 from unit-finance/fix-ci
Fix CI attempt
2 parents a2c9333 + 6dda03e commit 7161e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16.x
12+
node-version: 18
1313
- run: npm ci
1414
- run: npm run lint
1515
- run: npm run build

0 commit comments

Comments
 (0)