From 011cb4bcf271125b6d216f8def027b154954f25d Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 1 Jul 2021 19:38:49 +0200 Subject: viewer: Switch to YARN instead of NPM GitHub: closes #287 --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9395862..190a0df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,14 +8,14 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - # Latest version officially tested for Vue - node-version: 12.16.1 + # Latest version officially tested for Ld + node-version: 12.22.2 - name: Lint and build Node.js Vue project working-directory: viewer run: | - npm install - npm run lint - npm run build + yarn + yarn run lint + yarn run build - uses: actions/upload-artifact@v2 with: name: viewer-dist -- cgit v1.2.3