We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed765ca commit c0c2a5eCopy full SHA for c0c2a5e
.github/workflows/nextjs.yml
@@ -49,7 +49,7 @@ jobs:
49
exit 1
50
fi
51
- name: Setup Node
52
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
53
with:
54
node-version: "16"
55
cache: ${{ steps.detect-package-manager.outputs.manager }}
0 commit comments