Skip to content

Commit

Permalink
fix github actions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Jul 15, 2024
1 parent 3d4294b commit 70c28ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [20.x]
os: [ubuntu-20.04, windows-latest, macos-latest]
exclude:
- os: windows-latest
node-version: 16.x
- os: windows-latest
node-version: 18.x
- os: macos-latest
node-version: 16.x
- os: macos-latest
node-version: 18.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 70c28ea

Please sign in to comment.