Skip to content

Commit

Permalink
fix/nodeversionCi
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jun 20, 2023
1 parent 9278282 commit f3df464
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
node-version: [12]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
node-version: [12]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
node-version: [12]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [12]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -92,7 +92,7 @@ jobs:
# runs-on: windows-latest
# strategy:
# matrix:
# node-version: [12]
# node-version: [14,16]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
Expand Down

0 comments on commit f3df464

Please sign in to comment.