File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 env :
1313 HUSKY : 0
14+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
1415 steps :
1516 - uses : actions/checkout@v4
1617
4647 runs-on : ubuntu-latest
4748 env :
4849 HUSKY : 0
50+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
4951 needs : license-check
5052
5153 strategy :
@@ -111,6 +113,7 @@ jobs:
111113 runs-on : ubuntu-latest
112114 env :
113115 HUSKY : 0
116+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
114117 needs : license-check
115118 steps :
116119 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212jobs :
1313 deploy :
1414 runs-on : ubuntu-latest
15+ env :
16+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
1517 permissions :
1618 contents : read
1719 deployments : write
2628 node-version : ' 22.x'
2729
2830 - name : Setup pnpm
29- uses : pnpm/action-setup@v2
31+ uses : pnpm/action-setup@v4
3032 with :
31- version : 8
33+ run_install : false
3234
3335 - name : Install dependencies
3436 run : pnpm -r install --frozen-lockfile
Original file line number Diff line number Diff line change 1616 timeout-minutes : 30
1717 env :
1818 HUSKY : 0
19+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
1920 # Backend configuration
2021 POSTGRES : postgresql://test:test@localhost:5432/test
2122 POSTGRES_TEST : postgresql://test:test@localhost:5432/test
You can’t perform that action at this time.
0 commit comments