Skip to content

Commit

Permalink
build: Bump actions/setup-node from 2.2.0 to 2.4.1 (#1082)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.2.0...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mihkel Eidast <mihkeleidast@gmail.com>
  • Loading branch information
dependabot[bot] and mihkeleidast authored Nov 4, 2021
1 parent 96f5099 commit 1c3a929
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 @@ -8,7 +8,7 @@ jobs:
with:
fetch-depth: '0'
token: ${{ secrets.ADMIN_TOKEN }}
- 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node }}
- run: npm ci
Expand Down

0 comments on commit 1c3a929

Please sign in to comment.