mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
upgrade actions
This commit is contained in:
parent
8947cfe566
commit
79e0c500d8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -26,12 +26,12 @@ jobs:
|
|||||||
- run: git config --global core.autocrlf false
|
- run: git config --global core.autocrlf false
|
||||||
|
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
|
||||||
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
|
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
|
||||||
|
Loading…
Reference in New Issue
Block a user