Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wadebot committed Feb 7, 2024
1 parent 0dd945a commit 1090a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: steps.npm-cache.outputs.cache-hit == 'true'
run: npm run build
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node_version }}
- name: Execute tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- run: git checkout master
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand All @@ -38,7 +38,7 @@ jobs:
- run: git fetch --prune --unshallow
- run: git checkout master
- run: git config --global --add safe.directory /github/workspace
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
Expand Down

0 comments on commit 1090a86

Please sign in to comment.