Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 7432e9f commit 89f7b4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
]
- if: steps.release.outputs.released == 'true'
name: Setup Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand All @@ -59,7 +59,7 @@ jobs:
run: npm publish
- if: steps.release.outputs.released == 'true'
name: Setup Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand All @@ -38,7 +38,7 @@ jobs:
fetch-depth: 1
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 89f7b4d

Please sign in to comment.