Skip to content

Commit

Permalink
Trying 10x and 12x
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Sep 4, 2024
1 parent 6bf5968 commit eeeeb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-13]

steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
npm i -g [email protected]
- name: Lint
if: matrix.node-version == '16.x'
if: matrix.node-version == '18.x'
run: |
yarn lint
Expand Down

0 comments on commit eeeeb77

Please sign in to comment.