We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de138b commit bf1e73aCopy full SHA for bf1e73a
1 file changed
.github/workflows/nextjs.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Setup Node
53
uses: actions/setup-node@v4
54
with:
55
- node-version: "18.13.0"
+ node-version: "20"
56
cache: ${{ steps.detect-package-manager.outputs.manager }}
57
# Disabling since image optimization is already configured in next.config.js
58
# - name: Setup Pages
0 commit comments