Skip to content

Commit

Permalink
ci(ci): try to fix the failed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Jul 26, 2023
1 parent fcc586c commit f4772cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runnable-old-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 6, 7, 8, 9 ]
node-version: [ 6, 7, 8, 9, 10.x, 11.x, 12.x, 13.x ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x ]
node-version: [ 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x ]

steps:
- name: Checkout
Expand Down

0 comments on commit f4772cf

Please sign in to comment.