Skip to content

Commit

Permalink
chore: update Node.js in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Apr 16, 2024
1 parent 09bf6a7 commit 1361301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ on:
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/verifications.yml
Expand Up @@ -33,8 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# The .x indicates "the most recent one"
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
node: [18.18, 20.9, 21.1]
eslint: [7.5, 7, 8]
steps:
- name: Checkout
Expand Down

0 comments on commit 1361301

Please sign in to comment.