Skip to content

Commit

Permalink
Update node version in ci (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar authored Sep 18, 2023
1 parent d08024c commit 6da6f24
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-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -92,7 +92,7 @@ jobs:
# runs-on: windows-latest
# strategy:
# matrix:
# node-version: [14,16]
# node-version: [18]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v3
Expand Down

0 comments on commit 6da6f24

Please sign in to comment.