Skip to content

Commit

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

build(deps): bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
sgratzl authored Oct 16, 2021
2 parents 2e38f38 + 92e63ef commit 2a7fa2d
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
- run: npm i -g yarn
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
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 @@ -18,7 +18,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.4.1
with:
node-version: '14'
- name: Extract version
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.4.1
with:
node-version: '14.x'
- run: npm i -g yarn
Expand Down

0 comments on commit 2a7fa2d

Please sign in to comment.