Skip to content

Commit 37cd12f

Browse files
committed
chore: update Node.js version in CI workflow
- Changed Node.js version matrix in GitHub Actions from 10.x and 12.x to LTS (20.x) and latest (22.x) only.
1 parent 838d141 commit 37cd12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [10.x, 12.x]
10+
# LTS (20.x) and latest (22.x) only
11+
node-version: [20.x, 22.x]
1112
steps:
1213
- uses: actions/checkout@v2
1314
- name: Setup node

0 commit comments

Comments
 (0)