Skip to content

Commit

Permalink
Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 5ade4d7 commit e525e56
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 @@ -21,11 +21,11 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version-file: '.node-version'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'npm'

Expand Down

0 comments on commit e525e56

Please sign in to comment.