mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-21 06:09:51 +01:00
ci: use node20
This commit is contained in:
parent
cd6761cf66
commit
4a501dd8d4
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -18,11 +18,11 @@ jobs:
|
|||||||
- name: Use Node.js 18.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 20
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build and publish package
|
- name: Build and publish package
|
||||||
run: yarn run publish
|
run: yarn run publish
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user