File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ jobs:
69
69
- prepare
70
70
steps :
71
71
- uses : actions/checkout@v3
72
- - name : Use Node.js ${{ matrix.node-version }}
72
+ - name : Use Node.js v18
73
73
uses : actions/setup-node@v3
74
74
with :
75
- node-version : ${{ matrix.node-version }}
75
+ node-version : 18.x
76
76
- name : Restore Yarn dependencies
77
77
uses : actions/cache@v3
78
78
with :
79
79
path : ${{ needs.prepare.outputs.YARN_CACHE_DIR }}
80
- key : yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-${{ matrix.node-version }}
80
+ key : yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-18.x
81
81
- uses : legobeat/npm-actions/compat-test@dev
82
82
- name : Require clean working directory
83
83
shell : bash
You can’t perform that action at this time.
0 commit comments