Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js v${{ matrix.node-version }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
token: ${{ steps.bot-token.outputs.token }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
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 @@ -92,7 +92,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
always-auth: true
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
token: ${{ steps.bot-token.outputs.token }}
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
trust_level: 5
- id: node
name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
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/[email protected].2
uses: actions/[email protected].3
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
Loading