Skip to content

Commit

Permalink
Check node version
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Sep 23, 2023
1 parent 786c2ce commit 5b48515
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
node: [ '16', '18', '20' ]
steps:
- uses: actions/checkout@v4
- name: Cancel Workflow Action
uses: styfle/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
node-version: ${{ matrix.node-version }}
- name: Install ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
with:
Expand All @@ -79,10 +79,8 @@ jobs:
key: ${{ matrix.os }}
- name: Install nj-cli build
run: cargo install --path nj-cli
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Print node version
run: node --version
- name: All Tests
run: make test-all

Expand Down

0 comments on commit 5b48515

Please sign in to comment.