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 3.5.1 to 4.0.0 #807

Closed
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
always-auth: true
node-version: 20.3.0
Expand Down Expand Up @@ -592,7 +592,7 @@ jobs:
# with:
# fetch-depth: 0
# - name: Use Node.js
# uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
# uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
# with:
# always-auth: true
# node-version: 20.3.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/console-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
always-auth: true
node-version: 20.3.0
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
username: ${{env.DOCKERHUB_PRIVATE_USERNAME}}
password: ${{env.DOCKERHUB_PRIVATE_TOKEN}}
# - name: Restore yarn cache
# uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
# uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
# with:
# node-version: 20.3.0
# cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Use Node.js
uses: actions/setup-node@7c29869aec4da703a571b27bcd84d4f15af0b56e
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: '18.x'

Expand Down