Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node
Browse files Browse the repository at this point in the history
Bumps the gha group in /.github/workflows with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent f5a95e3 commit dfbf7c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20
- name: Prepare for SDK release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get Node version from NW.js versions manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Get Node version from NW.js versions manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand Down

0 comments on commit dfbf7c3

Please sign in to comment.