mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-21 06:09:51 +01:00
ci: enable corepack
This commit is contained in:
parent
4a501dd8d4
commit
abbef31ee5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Enable Corepack before setting up Node
|
||||
run: corepack enable
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user