Skip to content

Commit

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

build(deps): Bump actions/setup-node from 3.7.0 to 3.8.0
  • Loading branch information
notheotherben authored Aug 15, 2023
2 parents 72c35e0 + 5646b57 commit bd02b42
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@v3
- name: Install Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit bd02b42

Please sign in to comment.