丶远方
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
15 additions and
14 deletions
-
.github/workflows/canary.yml
-
.github/workflows/ci.yml
-
.github/workflows/size-data.yml
-
.github/workflows/size-report.yml
-
.node-version
|
|
@ -17,10 +17,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to 18 |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
node-version-file: '.node-version' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
cache: 'pnpm' |
|
|
|
|
|
|
|
|
|
@ -22,10 +22,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to 18 |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: 'pnpm' |
|
|
|
|
|
|
|
- run: pnpm install |
|
|
@ -44,10 +44,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to 18 |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: 'pnpm' |
|
|
|
|
|
|
|
- run: pnpm install |
|
|
@ -73,10 +73,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to 18 |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: 'pnpm' |
|
|
|
|
|
|
|
- run: pnpm install |
|
|
@ -96,10 +96,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to 18 |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: 'pnpm' |
|
|
|
|
|
|
|
- run: pnpm install |
|
|
|
|
|
@ -24,10 +24,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to LTS |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: lts/* |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: pnpm |
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
|
|
@ -26,10 +26,10 @@ jobs: |
|
|
|
- name: Install pnpm |
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
- name: Set node version to LTS |
|
|
|
- name: Install Node.js |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: lts/* |
|
|
|
node-version-file: '.node-version' |
|
|
|
cache: pnpm |
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|