Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Nov 21, 2023
1 parent dbf3c70 commit 361e36f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test with Node.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STREAM_API_KEY: ${{ vars.TEST_API_KEY }}
Expand All @@ -13,17 +13,19 @@ on:

jobs:
test-and-build:
strategy:
matrix:
version: [18, 20]
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: [18, 20]
node-version: ${{ matrix.version }}
cache: "yarn"

- name: Install Dependencies
Expand Down

0 comments on commit 361e36f

Please sign in to comment.