Skip to content

Commit f84e102

Browse files
committed
ci: running unit tests on node 22
1 parent fe6c1e7 commit f84e102

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 18
13+
node-version: lts/-1
1414
cache: 'npm'
1515

1616
- run: npm ci
@@ -27,8 +27,9 @@ jobs:
2727
- ubuntu-latest
2828
- windows-latest
2929
node:
30-
- 18
31-
- 20
30+
- lts/-1
31+
- lts/*
32+
- latest
3233

3334
steps:
3435
- name: Checkout source

0 commit comments

Comments
 (0)