1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

upgrade actions

This commit is contained in:
Mikael Finstad 2023-03-02 22:02:59 +08:00
parent 8947cfe566
commit 79e0c500d8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -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