Skip to content

Commit

Permalink
chore(ci): matrix (#3146)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Jan 22, 2024
1 parent 0cbe840 commit c40a304
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 ${{ matrix.node }}
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 18

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

0 comments on commit c40a304

Please sign in to comment.