File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v4
1111
12+ - name : Upgrade Yarn
13+ run : |
14+ corepack enable
15+ yarn set version stable
16+
1217 - uses : actions/setup-node@v4
1318 with :
1419 node-version : 20
15- cache : " yarn"
20+ cache : yarn
1621
1722 - name : Install dependencies
18- run : yarn install --frozen-lockfile
23+ run : yarn install
1924
2025 - run : yarn lint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : Tests
2- on : [push]
2+
3+ on : push
34
45jobs :
56 tests :
6- runs-on : ${{ matrix.os }}
7- strategy :
8- matrix :
9- node-version : [20.x]
10- os : [ubuntu-latest]
7+ runs-on : ubuntu-latest
118
129 steps :
1310 - uses : actions/checkout@v4
14- - name : Use Node.js ${{ matrix.node-version }}
11+
12+ - name : Upgrade Yarn
13+ run : |
14+ corepack enable
15+ yarn set version stable
16+
17+ - name : Use Node.js
1518 uses : actions/setup-node@v4
1619 with :
17- node-version : ${{ matrix.node-version }}
18- - run : yarn install --frozen-lockfile
20+ node-version : 20
21+ cache : yarn
22+
23+ - run : yarn install
24+
1925 - run : yarn test
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.12.0] - 2024-02-06
5+ ### Changed
6+ - [ #85 ] ( https://github.com/flowwer-dev/pull-request-stats/pull/85 ) Use Node v20 (by [ antonindrawan] ( https://github.com/antonindrawan ) )
7+
48## [ 2.11.0] - 2023-07-22
59### Added
610- [ #76 ] ( https://github.com/flowwer-dev/pull-request-stats/pull/76 ) Add stats as a github step output (by [ Danny McCormick] ( https://github.com/damccorm ) )
You can’t perform that action at this time.
0 commit comments