mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +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
|
||||
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
|
||||
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
|
||||
|
Loading…
Reference in New Issue
Block a user