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 d2adf03 commit a6a45f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml

name: Node.js CI
name: Node.js CI (New)

on:
push:
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
- id: lockfile-version
name: Get package-lock.json lockfileVersion
run: echo "version=$(cat package-lock.json | jq '.lockfileVersion')" >> $GITHUB_OUTPUT
if: hashFiles('package-lock.json') != ''

- env:
N_MAJOR: ${{steps.lockfile-version.outputs.version}}
Expand Down

0 comments on commit a6a45f9

Please sign in to comment.