Remove setup node script
This commit is contained in:
parent
b111be9eb1
commit
6e66344b33
8
.github/workflows/yarn.yml
vendored
8
.github/workflows/yarn.yml
vendored
@ -13,14 +13,10 @@ jobs:
|
||||
yarn-install:
|
||||
name: Install Yarn dependencies
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine:3.19
|
||||
container: node:lts-alpine
|
||||
steps:
|
||||
- run: apk add git nodejs npm
|
||||
- run: apk add git
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20.x
|
||||
- name: Set Yarn authentication
|
||||
run: |
|
||||
yarn config set npmScopes.paltiverse.npmRegistryServer https://gitea.palk.me/api/packages/paltiverse/npm/
|
||||
|
Loading…
x
Reference in New Issue
Block a user