-
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.
- Loading branch information
1 parent
7227b14
commit ec5158f
Showing
3 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -34,7 +34,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -64,7 +64,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -79,7 +79,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -94,7 +94,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
uses: Exlint/[email protected] | ||
with: | ||
should-cache: false | ||
node-version: 20.18.0 | ||
node-version: 22.11.0 | ||
package-manager: pnpm | ||
package-manager-version: 9.12.3 | ||
|
||
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Semantic Release | ||
uses: cycjimmy/[email protected] | ||
|