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

Commit

Permalink
Merge pull request #110 from bluehost/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…op/actions/setup-node-4

GitHub Actions(deps): Bump actions/setup-node from 3 to 4
  • Loading branch information
circlecube authored Oct 26, 2023
2 parents ea79e17 + ebe8053 commit b79ed51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo ::set-output name=PACKAGE::${REPO##*/}
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo ::set-output name=PACKAGE::${REPO##*/}
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'npm'
Expand Down

0 comments on commit b79ed51

Please sign in to comment.