From 6e66344b33e5c1934c041d824bd0c053c2431615 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:09:29 +0000 Subject: [PATCH] Remove setup node script --- .github/workflows/yarn.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index aad0b51..14b4798 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -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/