generated from nl-design-system/example
-
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.
- update package.json - update "engines" field - add "packageManager" field for use with corepack - update workflow jobs - remove "version" input for "pnpm/action-setup" as the action will use the "packageManager" field from `package.json` - update pnpm-lock.yaml
- Loading branch information
Showing
3 changed files
with
6,383 additions
and
4,208 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 |
---|---|---|
|
@@ -17,8 +17,6 @@ jobs: | |
|
||
- name: Install pnpm package manager | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 8.14.1 | ||
|
||
- name: Set up Node.js version | ||
uses: actions/[email protected] | ||
|
@@ -42,8 +40,6 @@ jobs: | |
|
||
- name: Install pnpm package manager | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 8.14.1 | ||
|
||
- name: Set up Node.js version | ||
uses: actions/[email protected] | ||
|
@@ -70,8 +66,6 @@ jobs: | |
|
||
- name: Install pnpm package manager | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 8.14.1 | ||
|
||
- name: Set up Node.js version | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -56,6 +56,7 @@ | |
}, | ||
"engines": { | ||
"node": "^20", | ||
"pnpm": "^8" | ||
} | ||
"pnpm": "^9" | ||
}, | ||
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b" | ||
} |
Oops, something went wrong.