Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 5f4d59c commit 154125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node ${{ matrix.node-version }}
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 154125c

Please sign in to comment.