From 8a113315218ffde554d1a6ae6cdc6ee5cbbdfdc3 Mon Sep 17 00:00:00 2001 From: tokenshift Date: Thu, 17 Aug 2023 15:37:12 -0400 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 672f5a5..f83bc82 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -25,15 +25,10 @@ jobs: - run: npm install - run: npm run build - name: Upload build artifacts - uses: actions/upload-artifact@v3.1.2 - with: - name: styles.css - path: styles.css - retention-days: 14 - - name: Upload build artifacts (2) uses: actions/upload-artifact@v3.1.2 with: path: | main.js manifest.json styles.css + retention-days: 14