1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

use node 20

This commit is contained in:
Mikael Finstad 2023-12-10 12:25:53 +08:00
parent 97d07506e5
commit bfc764094a
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -32,7 +32,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890