Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.2 (#534)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 6d2f313 commit b3e906c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

-
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

-
name: Use Node.js 14
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20

Expand Down

0 comments on commit b3e906c

Please sign in to comment.