Skip to content

Commit

Permalink
experiment: restore matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jan 23, 2024
1 parent a6740f0 commit 37dcbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Use Node 18
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: 18
node-version: ${{ matrix.node }}

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 37dcbde

Please sign in to comment.