Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/NikolaRHristov/astro-networks
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 9, 2024
2 parents 2d54b0f + 578fbc4 commit eabb233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"astro": "4.3.2",
"astro": "4.3.5",
"typescript-esbuild": "0.3.7"
},
"publishConfig": {
Expand Down

0 comments on commit eabb233

Please sign in to comment.