Skip to content

Commit

Permalink
Merge pull request #190 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4.0.4

build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
notheotherben authored Sep 20, 2024
2 parents 8742246 + 26fc04d commit bda4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
- run: npm ci
- run: npm run build --if-present
- run: npm run test --if-present

0 comments on commit bda4e62

Please sign in to comment.