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

ci(deps): Bump actions/setup-node from 3.8.1 to 4.0.2 #262

Open
wants to merge 1 commit into
base: main
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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
always-auth: true
node-version-file: .nvmrc
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
always-auth: true
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: ${{ github.ref }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
Loading