Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 0ae9b76 commit 2f91725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
ref: main
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down

0 comments on commit 2f91725

Please # to comment.