Skip to content

Commit

Permalink
Merge pull request #48 from lineupjs/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/setup-node-2.5.1

build(deps): bump actions/setup-node from 2.5.0 to 2.5.1
  • Loading branch information
sgratzl authored Jan 21, 2022
2 parents b4769fe + e531fcb commit 0a9e14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 16
- run: npm i -g yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 16
- name: Extract version
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 16
- run: npm i -g yarn
Expand Down

0 comments on commit 0a9e14c

Please sign in to comment.