Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 26bb535 commit 2ea10ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
uses: 'actions/setup-node@v4.0.1'
with:
node-version: 20
registry-url: 'https://registry.npmjs.org/'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.1'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
uses: 'actions/setup-node@v4.0.1'
with:
node-version: '${{ matrix.version }}'
cache: 'npm'
Expand All @@ -46,7 +46,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.1'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
uses: 'actions/setup-node@v4.0.1'
with:
node-version: '${{ matrix.version }}'
cache: 'npm'
Expand All @@ -62,7 +62,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.1'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
uses: 'actions/setup-node@v4.0.1'
with:
node-version: 20
cache: 'npm'
Expand All @@ -84,7 +84,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.1'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
uses: 'actions/setup-node@v4.0.1'
with:
node-version: 20
cache: 'npm'
Expand Down

0 comments on commit 2ea10ec

Please sign in to comment.