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 17b9084 commit 8c8bbe7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ updates:
schedule:
interval: "daily"
versioning-strategy: increase

- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "daily"
versioning-strategy: increase
17 changes: 17 additions & 0 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,20 @@ jobs:
with:
name: .-NPM-Node-${{ matrix.node-version }}-Target
path: ./NPM/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
12 changes: 0 additions & 12 deletions website/.github/dependabot.yml

This file was deleted.

0 comments on commit 8c8bbe7

Please sign in to comment.