Skip to content

Commit

Permalink
chore: only benchmark node 20 on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed May 6, 2023
1 parent b304c52 commit 20cfe8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
needs: build
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
os: [ ubuntu-latest, macos-latest, windows-latest ]
# node-version: [16.x, 18.x, 19.x, 20.x]
# os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [20.x]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 20cfe8e

Please sign in to comment.