Skip to content

Commit

Permalink
ci(gh-actions): bump actions/setup-node from 4.0.3 to 4.0.4 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 12a7412 commit a77721d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ vars.NODE_VERSION }}

Expand Down

0 comments on commit a77721d

Please sign in to comment.