Skip to content

Commit 032c418

Browse files
committed
chore: modify Github actions to update compatibility versions
1 parent 00c933d commit 032c418

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19-
node-version: [12.x, 14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x, 20.x, 22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'npm'
2929

3030
- name: Install
31-
run: npm ci
31+
run: npm ci # @todo check why `npm ci` does not work for 12.x and 14.x Node.js versions
3232

3333
- name: Build
3434
run: npm run build

0 commit comments

Comments
 (0)