Skip to content

Commit 8e23f41

Browse files
committed
test 6
1 parent 77c6495 commit 8e23f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
path: . # The root location of your Astro project inside the repository. (optional)
3434
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
35-
package-manager: npm # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
35+
package-manager: npm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3636

3737
deploy:
3838
needs: build

0 commit comments

Comments
 (0)