Skip to content

Commit 0785a61

Browse files
authored
ci: use latest node lts version for unit tests (#635)
1 parent 79fb42e commit 0785a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run License Checker
7878
run: npm run lint:licenses
7979

80-
- name: Run Build
80+
- name: Run build
8181
run: npm run build --if-present
8282

8383
commit-lint:
@@ -119,6 +119,7 @@ jobs:
119119
- name: Setup Node ${{ matrix.node-version }}
120120
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
121121
with:
122+
check-latest: true
122123
node-version: ${{ matrix.node-version }}
123124

124125
- name: Install

0 commit comments

Comments
 (0)