We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a7ee7 commit a1d99b6Copy full SHA for a1d99b6
1 file changed
.github/workflows/build-and-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
echo docker build -t "$IMAGE_NAME:latest" .
52
docker build -t "$IMAGE_NAME:latest" .
53
- name: Install Node
54
- uses: actions/setup-node@v6.3.0
+ uses: actions/setup-node@v6.4.0
55
with:
56
node-version-file: package.json
57
- name: Create Release
0 commit comments