Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 #1610

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
{ "release": false, "subject": "*\\[skip release\\]*" }
]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
registry-url: 'https://npm.pkg.github.com'
- env:
Expand All @@ -55,7 +55,7 @@ jobs:
run: npm publish
- if: steps.release.outputs.released == 'true'
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
registry-url: 'https://registry.npmjs.org'
scope: '@ridedott'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand All @@ -36,7 +36,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand All @@ -54,7 +54,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand All @@ -72,7 +72,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand All @@ -94,7 +94,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 18
Expand Down
Loading