Remove setup node script

This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:09:29 +00:00
parent b111be9eb1
commit 6e66344b33
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -13,14 +13,10 @@ jobs:
yarn-install: yarn-install:
name: Install Yarn dependencies name: Install Yarn dependencies
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine:3.19 container: node:lts-alpine
steps: steps:
- run: apk add git nodejs npm - run: apk add git
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Set Yarn authentication - name: Set Yarn authentication
run: | run: |
yarn config set npmScopes.paltiverse.npmRegistryServer https://gitea.palk.me/api/packages/paltiverse/npm/ yarn config set npmScopes.paltiverse.npmRegistryServer https://gitea.palk.me/api/packages/paltiverse/npm/