Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/NikolaRHristov/AstroBiome
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 8, 2024
2 parents a77059d + 791666a commit 7f23ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/checkout@v4.1.1

- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.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 @@ -41,7 +41,7 @@
"files-pipe": "2.1.7"
},
"devDependencies": {
"astro": "4.3.3",
"astro": "4.3.5",
"esbuild-plugin-copy": "2.1.1",
"typescript-esbuild": "0.3.7"
},
Expand Down

0 comments on commit 7f23ec1

Please sign in to comment.