Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix: Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislaw Mazowiecki <stanislaw.mazowiecki@silksh.pl>
  • Loading branch information
Stanislaw Mazowiecki committed Jan 17, 2024
1 parent e882c3b commit 83f65b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
node: ['20.x']
os: [ubuntu-latest]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 83f65b1

Please sign in to comment.