Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 9, 2024
1 parent c94d809 commit b31eee2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.6.12
run_install: |
Expand All @@ -73,7 +73,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Script"]
path = Script
url = ssh://[email protected]/YesMaintain/NPMScript.git
path = Script
url = ssh://[email protected]/YesMaintain/NPMScript.git
2 changes: 1 addition & 1 deletion Script
Submodule Script updated from 7ded06 to 798ad4

0 comments on commit b31eee2

Please sign in to comment.