File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,18 @@ inputs:
99runs :
1010 using : composite
1111 steps :
12- - name : Setup Node.js (no cache)
13- uses : actions/setup-node@v3
12+ - name : Setup Node.js
13+ uses : actions/setup-node@v4
1414 with :
1515 node-version : 22.x
16+ cache : yarn
1617
1718 - name : Enable Corepack
1819 run : corepack enable
1920 shell : bash
2021
21- - name : Setup Node.js (with Yarn cache)
22- uses : actions/setup-node@v3
23- with :
24- node-version : 22.x
25- cache : yarn
26-
2722 - name : Install dependencies with Yarn
28- run : yarn install --frozen-lockfile
23+ run : yarn install --immutable
2924 shell : bash
3025
3126 - name : Build project (optional)
Original file line number Diff line number Diff line change 1212 markdown-link-check :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5 # 1.0.14
1717 with :
1818 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414
1515 - name : Bump version and push tag
1616 id : create_tag
Original file line number Diff line number Diff line change 1818! .yarn /sdks
1919! .yarn /versions
2020.pnp. *
21- .yarnrc.yml
2221
2322# ------------------------
2423# 📝 Config / Env files
Original file line number Diff line number Diff line change 1+ yarnPath : .yarn/releases/yarn-4.9.2.cjs
2+ nodeLinker : node-modules
You can’t perform that action at this time.
0 commit comments