Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent e3bcc45 commit d947627
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,3 @@ jobs:
with:
name: .-NPM-Node-${{ matrix.node-version }}-Target
path: ./Target

- uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: ./website/pnpm-lock.yaml

- run: pnpm install
working-directory: ./website

- run: pnpm run prepublishOnly
working-directory: ./website

- uses: actions/upload-artifact@v3.1.2
with:
name: .-website-Node-${{ matrix.node-version }}-Target
path: ./website/Target

0 comments on commit d947627

Please sign in to comment.