File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 # https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml
3737 - name : Detect package manager
3838 id : detect-package-manager
5050 exit 1
5151 fi
5252 - name : Setup Node
53- uses : actions/setup-node@v3
53+ uses : actions/setup-node@v4
5454 with :
55- node-version : 18
55+ node-version : 20
5656 # cache: ${{ steps.detect-package-manager.outputs.manager }}
5757
5858 # https://github.com/pnpm/action-setup
Original file line number Diff line number Diff line change 11{
22 "name" : " anonyknight" ,
3- "version" : " 0.3 " ,
3+ "version" : " 3.7.0 " ,
44 "private" : true ,
55 "packageManager" :
" [email protected] " ,
66 "scripts" : {
8585 ]
8686 },
8787 "engines" : {
88- "node" : " >=18 .0"
88+ "node" : " >=20 .0"
8989 }
9090}
You can’t perform that action at this time.
0 commit comments