mirror of
https://github.com/streamich/react-use.git
synced 2025-12-08 18:02:14 +00:00
ci: 🎡 bump node versions
This commit is contained in:
parent
5b5d163c2b
commit
8e80884485
8
.github/workflows/check-codebase.yml
vendored
8
.github/workflows/check-codebase.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
# - name: Setup node
|
||||
# uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: 18
|
||||
# node-version: 20
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: yarn install --frozen-lockfile
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
node: [18, 20]
|
||||
node: [20, 22]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user