File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-node@v6
4040 with :
41- node-version : " 20 "
41+ node-version : " 22 "
4242 - name : Install dependencies
4343 run : npm ci --no-fund --no-audit
4444 - name : Run npm audit
6464 - uses : actions/checkout@v4
6565 - uses : actions/setup-node@v6
6666 with :
67- node-version : " 20 "
67+ node-version : " 22 "
6868 - name : Install dependencies
6969 run : npm ci --no-fund --no-audit
7070 - uses : foundry-rs/foundry-toolchain@v1
9090 - uses : actions/checkout@v4
9191 - uses : actions/setup-node@v6
9292 with :
93- node-version : " 20 "
93+ node-version : " 22 "
9494 - name : Install dependencies
9595 run : npm ci --no-fund --no-audit
9696 - uses : foundry-rs/foundry-toolchain@v1
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : " 20 "
33+ node-version : " 22 "
3434 cache : " npm"
3535 cache-dependency-path : contracts/package-lock.json
3636
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828 - uses : actions/setup-node@v6
2929 with :
30- node-version : " 20 "
30+ node-version : " 22 "
3131 - name : Install contract dependencies
3232 run : npm install --no-fund --no-audit
3333 - name : Slither scan
7575
7676 - uses : actions/setup-node@v6
7777 with :
78- node-version : " 20 "
78+ node-version : " 22 "
7979 - name : NPM dependency audit (contracts)
8080 continue-on-error : ${{ env.STRICT_SECURITY_GATES != 'true' }}
8181 working-directory : contracts
You can’t perform that action at this time.
0 commit comments