We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076c146 commit ed32a35Copy full SHA for ed32a35
.github/workflows/docker-frontend.yaml
@@ -39,7 +39,7 @@ jobs:
39
username: ${{ github.actor }}
40
password: ${{ secrets.GITHUB_TOKEN }}
41
- name: Install Node.js
42
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
43
with:
44
node-version-file: frontend/.node-version
45
cache: "pnpm"
0 commit comments