diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ba0d740..900dae0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,3 +25,8 @@ jobs: node-version: '18' - run: npm ci - run: npm test + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: build + path: dist