Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #444 from Brandawg93/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-2.4.1

Bump actions/setup-node from 2.2.0 to 2.4.1
  • Loading branch information
Brandawg93 authored Sep 29, 2021
2 parents bc30244 + 2e50830 commit b372965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit b372965

Please sign in to comment.