Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent d41ed1f commit 9119b76
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/[email protected]
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
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@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down

0 comments on commit 9119b76

Please sign in to comment.