Bump actions/setup-node from 3 to 4 #35

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/setup-node-4 into main 2023-10-23 20:28:13 +00:00
Showing only changes of commit 414d7a4378 - Show all commits

@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
# Install basic tools # Install basic tools
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
name: Setup node.js name: Setup node.js
with: with:
node-version: 18.x node-version: 18.x