Skip to content

Commit

Permalink
Remove node18 from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Mar 20, 2024
1 parent 39eaf76 commit 3a1151a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node_version: [18, 20]
node_version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand All @@ -45,7 +45,7 @@ jobs:
- 6667:6667
strategy:
matrix:
node_version: [18, 20]
node_version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down

0 comments on commit 3a1151a

Please sign in to comment.