Skip to content

Commit

Permalink
chore(ci): fix node matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Jul 25, 2024
1 parent 9a7998e commit 71d189e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
name: Node.js lint
on:
push:
branches: [ "main" ]
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 20.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 71d189e

Please sign in to comment.