File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # tag: v4.1.0
18
18
with :
19
19
node-version : lts/*
20
+ cache : ' yarn'
20
21
- name : Install dependencies
21
22
run : yarn --frozen-lockfile
22
23
- name : Build API documentation
Original file line number Diff line number Diff line change 24
24
- name : Setup Node.js
25
25
uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
26
26
with :
27
- node-version : 20.x
27
+ node-version : lts/*
28
28
cache : ' yarn'
29
29
- name : Install
30
30
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
node-version :
20
- - ' 22.13'
20
+ - ' 22.0.x'
21
+ - ' 22.x'
21
22
runs-on : macos-latest
22
23
steps :
23
24
- name : Checkout
Original file line number Diff line number Diff line change 1
- 22.13.0
1
+ 22
You can’t perform that action at this time.
0 commit comments