4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-14 11:52:27 +00:00

Merge pull request #414 from AltarikMC/dev

ci: use node20
This commit is contained in:
2024-06-29 10:18:32 +02:00
committed by GitHub

View File

@@ -18,11 +18,11 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20
cache: 'yarn'
architecture: 'x64'
- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile
- name: Build and publish package
run: yarn run publish
env: