Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent f9d9a56 commit 8e25e4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- id: setup-node
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- env:
N_VERSION: ${{steps.setup-node.outputs.node-version}}
run: echo "$N_VERSION"
- run: npm ci
if: matrix.node-version >= '16'
- run: npm install
Expand Down

0 comments on commit 8e25e4d

Please sign in to comment.