File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Node.js environment
2222 uses : actions/setup-node@v3
2323 with :
24- node-version : 16
24+ node-version : 22
2525 cache : ' yarn'
2626
2727 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717# Allow one concurrent deployment
1818concurrency :
19- group : " pages"
19+ group : ' pages'
2020 cancel-in-progress : true
2121
2222jobs :
4646 - name : Setup Node
4747 uses : actions/setup-node@v3
4848 with :
49- node-version : " 16 "
49+ node-version : ' 22 '
5050 cache : ${{ steps.detect-package-manager.outputs.manager }}
5151 - name : Setup Pages
5252 uses : actions/configure-pages@v2
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/basic-features /typescript for more information.
5+ // see https://nextjs.org/docs/pages/building-your-application/configuring /typescript for more information.
You can’t perform that action at this time.
0 commit comments