Skip to content

Commit

Permalink
💚 Use matrix for node-virsion
Browse files Browse the repository at this point in the history
  • Loading branch information
neutron0831 committed Apr 19, 2023
1 parent 8dc1339 commit d4714c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,14 +11,17 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19, latest]

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: latest
node-version: ${{ matrix.node-virsion }}
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
Expand Down

0 comments on commit d4714c7

Please sign in to comment.