Skip to content

Commit 1361301

Browse files
committed
chore: update Node.js in CI
1 parent 09bf6a7 commit 1361301

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
merge_group:
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
8+
group: '${{ github.workflow }}-${{ github.ref }}'
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/verifications.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
# The .x indicates "the most recent one"
37-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
36+
node: [18.18, 20.9, 21.1]
3837
eslint: [7.5, 7, 8]
3938
steps:
4039
- name: Checkout

0 commit comments

Comments
 (0)