Skip to content

Commit

Permalink
Merge pull request #357 from standard/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
mightyiam authored Dec 9, 2023
2 parents d93b0b9 + 49b925f commit eaa03c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false # for later steps to use a different authentication
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for commit linting
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm --global install npm@latest
Expand Down

0 comments on commit eaa03c2

Please sign in to comment.