mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(.github/workflows): change 'node-version' to 'lts/*' in 'actions/setup-node' (#2933)
* chore(.github/workflows): update 'node-version' to 22 in 'actions/setup-node' * Update .github/workflows/compressed-size-action.yml Co-authored-by: Danilo Britto <dbritto.dev@gmail.com> * chore(.github/workflows): change 'node-version' to 'lts/*' in 'actions/setup-node' * chore(.github/workflows): add single quote for consistency * Update .github/workflows/test-multiple-versions.yml Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> --------- Co-authored-by: Danilo Britto <dbritto.dev@gmail.com> Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
This commit is contained in:
parent
2e6d881309
commit
6759fcbb58
2
.github/workflows/compressed-size-action.yml
vendored
2
.github/workflows/compressed-size-action.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- uses: preactjs/compressed-size-action@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/cr.yml
vendored
2
.github/workflows/cr.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
|
||||
2
.github/workflows/lint-and-type.yml
vendored
2
.github/workflows/lint-and-type.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm test:format
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
|
||||
2
.github/workflows/test-multiple-builds.yml
vendored
2
.github/workflows/test-multiple-builds.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
|
||||
4
.github/workflows/test-multiple-versions.yml
vendored
4
.github/workflows/test-multiple-versions.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm build # we don't have any other workflows to test build
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- name: Test ${{ matrix.react }} ${{ matrix.devtools-skip }}
|
||||
|
||||
2
.github/workflows/test-old-typescript.yml
vendored
2
.github/workflows/test-old-typescript.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user