mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
upgrade
This commit is contained in:
parent
6d973b4b08
commit
79de13fd83
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
||||
- run: git config --global core.autocrlf false
|
||||
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
||||
# Windows fix. See https://github.com/actions/checkout/issues/226
|
||||
- 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:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
|
||||
- run: yarn install --immutable
|
||||
|
Loading…
Reference in New Issue
Block a user