Skip to content

Commit

Permalink
ci(gh-actions): bump actions/setup-node from 4.0.4 to 4.1.0 (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 7e53dd8 commit 2065e2c
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 @@ -16,7 +16,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}

Expand Down

0 comments on commit 2065e2c

Please sign in to comment.