We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39172f commit 9d52320Copy full SHA for 9d52320
.github/workflows/deploy.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: withastro/action@v2
22
with:
23
path: game-prototype
24
+ node-version: 22
25
+ package-manager: npm
26
27
deploy:
28
needs: build
0 commit comments