File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,28 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node : [ '12.x', '14.x', '16.x', '18.x' ]
14+ node : [20.x ]
1515 name : Node ${{ matrix.node }}
1616 steps :
17- - uses : actions/checkout@v2
18- - run : |
19- git remote set-branches --add origin main beta
20- git fetch
21- - name : Setup Node
22- uses : actions/setup-node@v1
23- with :
24- node-version : ${{ matrix.node }}
25- - name : Install Dependencies
26- run : yarn
27- env :
28- NODE_ENV : development
29- - name : Unit Tests
30- run : yarn test:unit
31- env :
32- NODE_ENV : production
33- - name : Git History Test
34- run : yarn test:git-history
35- - name : Lockfile Lint Test
36- run : yarn test:lockfile
37- - name : Lint
38- run : yarn lint
17+ - uses : actions/checkout@v2
18+ - run : |
19+ git remote set-branches --add origin main beta
20+ git fetch
21+ - name : Setup Node
22+ uses : actions/setup-node@v1
23+ with :
24+ node-version : ${{ matrix.node }}
25+ - name : Install Dependencies
26+ run : yarn
27+ env :
28+ NODE_ENV : development
29+ - name : Unit Tests
30+ run : yarn test:unit
31+ env :
32+ NODE_ENV : production
33+ - name : Git History Test
34+ run : yarn test:git-history
35+ - name : Lockfile Lint Test
36+ run : yarn test:lockfile
37+ - name : Lint
38+ run : yarn lint
You can’t perform that action at this time.
0 commit comments