File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 if : steps.changed-files.outputs.any_changed == 'true'
3131 uses : actions/setup-node@v6
3232 with :
33- node-version : 18
33+ node-version : 20
3434 cache : ' npm'
3535 - run : npm ci
3636 if : steps.changed-files.outputs.any_changed == 'true'
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v5
1212 - uses : actions/setup-node@v6
1313 with :
14- node-version : 18
14+ node-version : 20
1515 cache : ' npm'
1616 - run : npm ci
1717 - run : npm run dist
3333 - uses : actions/checkout@v5
3434 - uses : actions/setup-node@v6
3535 with :
36- node-version : 18
36+ node-version : 20
3737 cache : ' npm'
3838 - run : npm ci
3939 - name : Lint workflow files
4545 - uses : actions/checkout@v5
4646 - uses : actions/setup-node@v6
4747 with :
48- node-version : 18
48+ node-version : 20
4949 cache : ' npm'
5050 - run : npm ci
5151 - name : Jest
You can’t perform that action at this time.
0 commit comments