File tree Expand file tree Collapse file tree 6 files changed +178
-205
lines changed
Expand file tree Collapse file tree 6 files changed +178
-205
lines changed Original file line number Diff line number Diff line change 22name : ESLint & TSC
33
44# Event for the workflow
5- on : [pull_request]
5+ on : [push, pull_request]
66
77# List of jobs
88jobs :
@@ -16,14 +16,11 @@ jobs:
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 with :
1818 fetch-depth : 0
19- - name : Read .nvmrc
20- run : echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
21- id : nvm
2219
2320 - name : Use Node.js
2421 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2522 with :
26- node-version : " ${{ steps.nvm.outputs.NVMRC }} "
23+ node-version-file : ' .nvmrc '
2724
2825 - name : Get Yarn cache directory
2926 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41yarn type-check && yarn lint-staged && yarn enforce-branch-name '(PRIVATE-BRANCH).+'
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41yarn type-check && yarn lint-staged && yarn enforce-branch-name '(PRIVATE-BRANCH).+'
Original file line number Diff line number Diff line change 1- v18.16.1
1+ 24.14.0
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "engines" : {
6- "node" : " >=18 " ,
6+ "node" : " >=24 " ,
77 "npm" : " Please use Yarn"
88 },
99 "scripts" : {
10- "prepare" : " husky install && yarn typewriter:init" ,
10+ "prepare" : " husky && yarn typewriter:init" ,
1111 "predev" : " yarn typewriter:update" ,
1212 "dev" : " next dev" ,
1313 "build" : " next build" ,
8181 "i18next" : " 25.7.3" ,
8282 "i18next-http-backend" : " 3.0.2" ,
8383 "js-yaml" : " 4.1.1" ,
84- "lint-staged" : " 13 .3.0 " ,
84+ "lint-staged" : " 16 .3.1 " ,
8585 "postcss" : " 8.5.6" ,
8686 "prettier" : " 3.7.4" ,
8787 "prettier-plugin-tailwindcss" : " 0.6.14" ,
You can’t perform that action at this time.
0 commit comments