Skip to content

Commit

Permalink
Merge pull request #9 from ricado-group/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.pre.beta to 2.4.1
  • Loading branch information
Josh Biddick authored Oct 28, 2021
2 parents 8b96cf3 + 88e2688 commit 1fd962d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Step 2 - Setup NodeJS
- name: Setup NodeJS
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2.4.1
with:
node-version: "14"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Step 3 - Setup NodeJS
- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v2.4.1
with:
node-version: "14"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 1fd962d

Please sign in to comment.