Skip to content

Commit

Permalink
ci: use node version from strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2022
1 parent bb354b6 commit 401ba42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
Expand Down

0 comments on commit 401ba42

Please sign in to comment.