File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - name : Checkout
3434 uses : actions/checkout@v2
3535
36- - name : Install Node.js 14.x
36+ - name : Install Node.js 14.18.1
3737 uses : actions/setup-node@v1
3838 with :
39- node-version : ' 14.x '
39+ node-version : ' 14.18.1 '
4040 registry-url : ' https://registry.npmjs.org'
4141
4242 - name : Install Python 3.x
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 - name : Checkout repository
2626 uses : actions/checkout@v2
2727
28- - name : Install Node.js 14.x
28+ - name : Install Node.js 14.18.1
2929 uses : actions/setup-node@v2
3030 with :
31- node-version : ' 14.x '
31+ node-version : ' 14.18.1 '
3232 registry-url : ' https://registry.npmjs.org'
3333
3434 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Checkout
1313 uses : actions/checkout@v2
1414
15- - name : Install Node.js 14.x
15+ - name : Install Node.js 14.18.1
1616 uses : actions/setup-node@v2
1717 with :
18- node-version : ' 14.x '
18+ node-version : ' 14.18.1 '
1919 registry-url : ' https://registry.npmjs.org'
2020
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Checkout
1313 uses : actions/checkout@v2
1414
15- - name : Install Node.js 14.x
15+ - name : Install Node.js 14.18.1
1616 uses : actions/setup-node@v2
1717 with :
18- node-version : ' 14.x '
18+ node-version : ' 14.18.1 '
1919 registry-url : ' https://registry.npmjs.org'
2020
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments