4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

fix: remove packageManager version, update actions

This commit is contained in:
Quentin Legot 2024-06-29 10:28:57 +02:00
parent abbef31ee5
commit 3477ee0db5
2 changed files with 4 additions and 5 deletions

View File

@ -14,11 +14,11 @@ jobs:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Enable Corepack before setting up Node - name: Enable Corepack before setting up Node
run: corepack enable run: corepack enable
- name: Use Node.js 18.x - name: Use Node.js 20.x
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: 'yarn' cache: 'yarn'

View File

@ -57,6 +57,5 @@
}, },
"config": { "config": {
"forge": "./config.forge.cjs" "forge": "./config.forge.cjs"
}, }
"packageManager": "yarn@4.3.1"
} }