-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
23de363
commit 831da8f
Showing
8 changed files
with
6,992 additions
and
5,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2.4.1 | ||
uses: pnpm/action-setup@v4.0.0 | ||
|
||
- name: Install deps | ||
run: pnpm i | ||
|
@@ -35,6 +35,6 @@ jobs: | |
- name: Create build-output artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: build-output | ||
name: build-output-${{ matrix.node-version }} | ||
path: "./dist" | ||
overwrite: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2.4.1 | ||
uses: pnpm/action-setup@v4.0.0 | ||
|
||
- name: "test with node ${{ matrix.node-version }}" | ||
uses: actions/[email protected] | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Download build artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: build-output | ||
name: build-output-${{ matrix.node-version }} | ||
path: dist/ | ||
|
||
- name: Run tests | ||
|
Oops, something went wrong.