File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout your repository using git
1414 uses : actions/checkout@v4
15+ - name : Setup Node.js
16+ uses : actions/setup-node@v4
17+ with :
18+ node-version : ' 22'
1519 - name : Install dependencies
1620 run : npm ci
1721 - name : Test
2125 steps :
2226 - name : Checkout your repository using git
2327 uses : actions/checkout@v4
28+ - name : Setup Node.js
29+ uses : actions/setup-node@v4
30+ with :
31+ node-version : ' 22'
2432 - name : Install dependencies
2533 run : npm ci
2634 - name : Lint
3038 steps :
3139 - name : Checkout your repository using git
3240 uses : actions/checkout@v4
41+ - name : Setup Node.js
42+ uses : actions/setup-node@v4
43+ with :
44+ node-version : ' 22'
3345 - name : Install dependencies
3446 run : npm ci
3547 - name : Typecheck
3951 steps :
4052 - name : Checkout your repository using git
4153 uses : actions/checkout@v4
54+ - name : Setup Node.js
55+ uses : actions/setup-node@v4
56+ with :
57+ node-version : ' 22'
4258 - name : Install dependencies
4359 run : npm ci
4460 - name : Build
You can’t perform that action at this time.
0 commit comments