Skip to content

Commit

Permalink
correcting workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 29, 2024
1 parent 35ca2fd commit 85212d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ on:

jobs:
game_of_life:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

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

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

# setup node
steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '21'

- name: Install dependencies
run:
Expand Down

0 comments on commit 85212d0

Please sign in to comment.