1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
This commit is contained in:
Mikael Finstad 2024-07-29 11:26:19 +02:00
parent 6d973b4b08
commit 79de13fd83
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
2 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,10 @@ 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@v3 uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn - name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: 'yarn' cache: 'yarn'

View File

@ -15,11 +15,11 @@ jobs:
# Windows fix. See https://github.com/actions/checkout/issues/226 # Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false - run: git config --global core.autocrlf false
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 20
cache: 'yarn' cache: 'yarn'
- run: yarn install --immutable - run: yarn install --immutable