mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-21 06:09:51 +01:00
Merge pull request #416 from AltarikMC/dev
fix: remove packageManager version, update actions
This commit is contained in:
commit
72fb27ca31
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -14,11 +14,11 @@ jobs:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Enable Corepack before setting up Node
|
||||
run: corepack enable
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
|
@ -57,6 +57,5 @@
|
||||
},
|
||||
"config": {
|
||||
"forge": "./config.forge.cjs"
|
||||
},
|
||||
"packageManager": "yarn@4.3.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user