File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Build the container
1515 run : docker build -f test/Dockerfile . -t sitespeedio/throttle
1616 - name : Test Throttle
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node-version : [20 .x]
14+ node-version : [24 .x]
1515 steps :
1616 - name : Install throttle
1717 run : npm install @sitespeed.io/throttle -g
2121 run : sudo ip r
2222 - name : Show version
2323 run : throttle --version
24- - name : Test cable
24+ - name : Test cable
2525 run : throttle cable
Original file line number Diff line number Diff line change 1313 matrix :
1414 node-version : [20.x, 22.x, 24.x]
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Use Node.js ${{ matrix.node-version }}
18- uses : actions/setup-node@v1
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : ${{ matrix.node-version }}
2121 - name : Install throttle
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v1
15+ uses : actions/setup-node@v4
1616 with :
1717 node-version : ' 20.x'
1818 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments