mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
Revert "Use default Node version in CI"
This reverts commit b6a1ffd4b5
.
This commit is contained in:
parent
96ba6f25cc
commit
c2c9a9a065
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
- uses: pnpm/action-setup@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Reference in New Issue
Block a user