Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2024
1 parent 3b0b552 commit 4424958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Setup NodeJS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
value: $env:PATH;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\

- name: Setup NodeJS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down

0 comments on commit 4424958

Please sign in to comment.