File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Node.js
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : ' 16 '
20+ node-version : ' 22 '
2121 - run : npm install
2222 - run : npm test
Original file line number Diff line number Diff line change 2929 uses : amondnet/vercel-action@v20
3030 with :
3131 vercel-token : ${{ secrets.VERCEL_TOKEN }} # Use the Vercel token from GitHub secrets
32- vercel-org-id : ${{ secrets.VERCEL_ORG_ID }} # Vercel Organization ID
3332 vercel-project-id : ${{ secrets.VERCEL_PROJECT_ID }} # Vercel Project ID
3433 vercel-args : ' --prod' # Deploy to production
3534
Original file line number Diff line number Diff line change 1313 - name : Set up Node.js
1414 uses : actions/setup-node@v2
1515 with :
16- node-version : ' 16 '
16+ node-version : ' 22 '
1717 - run : npm install
1818 - run : npm run lint
You can’t perform that action at this time.
0 commit comments