forked from biomejs/biome
-
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.
chore: update node-version and pnpm in CI (biomejs#4741)
* update node-version and pnpm * fix build error
- Loading branch information
Showing
7 changed files
with
215 additions
and
201 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ jobs: | |
- name: Install Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14.x | ||
node-version: 18 | ||
- name: Cache pnpm modules | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -125,7 +125,7 @@ jobs: | |
${{ runner.os }}- | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
version: 8 | ||
- name: Install wasm-pack | ||
uses: jetli/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Install Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14.x | ||
node-version: 18 | ||
|
||
- name: Install wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
${{ runner.os }}- | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
version: 8 | ||
|
||
- name: Set release infos | ||
if: needs.check.outputs.prerelease == 'true' | ||
|
@@ -133,7 +133,7 @@ jobs: | |
- name: Install Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14.x | ||
node-version: 18 | ||
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Set release infos | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
${{ runner.os }}- | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
version: 8 | ||
- name: Install toolchain | ||
uses: moonrepo/setup-rust@v0 | ||
- name: Install libraries | ||
|
@@ -55,4 +55,4 @@ jobs: | |
pnpm --prefix npm/backend-jsonrpc run build | ||
- name: CI checks | ||
working-directory: npm/js-api | ||
run: pnpm ci | ||
run: pnpm run ci |
Oops, something went wrong.