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

Commit

Permalink
Update testmodulowy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WiolaWysopal authored Jan 15, 2024
1 parent 46f4141 commit e2abc69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testmodulowy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
test:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x] # Dodane różne wersje Node.js
os: [ubuntu-latest, windows-latest, macos-latest] # Dodane różne systemy operacyjne

node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }} # Używa zmiennej matrix.os do określenia systemu operacyjnego

steps:
Expand Down

0 comments on commit e2abc69

Please sign in to comment.