Skip to content

Commit

Permalink
Merge pull request #8 from coralproject/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-v2.1.5

build(deps): bump actions/setup-node from v1 to v2.1.5
  • Loading branch information
wyattjoh authored Feb 25, 2021
2 parents f2bffc7 + a12db00 commit 1564a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.5
with:
node-version: "13"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.5
with:
node-version: "13"
- run: npm ci
Expand Down

0 comments on commit 1564a46

Please sign in to comment.