Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 99801b6 commit 6b64179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Lint & Build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm
node-version: ${{ matrix.node }}
Expand All @@ -110,7 +110,7 @@ jobs:
# Need to fetch entire commit history to
# analyze every commit since last release
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
Expand Down

0 comments on commit 6b64179

Please sign in to comment.