@@ -11,12 +11,12 @@ jobs:
1111 typecheck :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v4.2.2
14+ - uses : actions/checkout@v5.0.0
15151616 - name : Use Node.js
17- uses : actions/setup-node@v4.4 .0
17+ uses : actions/setup-node@v5.0 .0
1818 with :
19- node-version : 20
19+ node-version : 22.19.0
2020 check-latest : true
2121 cache : " pnpm"
2222 - run : pnpm install
@@ -25,12 +25,12 @@ jobs:
2525 lint :
2626 runs-on : ubuntu-24.04
2727 steps :
28- - uses : actions/checkout@v4.2.2
28+ - uses : actions/checkout@v5.0.0
29293030 - name : Use Node.js
31- uses : actions/setup-node@v4.4 .0
31+ uses : actions/setup-node@v5.0 .0
3232 with :
33- node-version : 20
33+ node-version : 22.19.0
3434 check-latest : true
3535 cache : " pnpm"
3636 - run : pnpm install
@@ -42,18 +42,18 @@ jobs:
4242 matrix :
4343 node : ["20"]
4444 steps :
45- - uses : actions/checkout@v4.2.2
45+ - uses : actions/checkout@v5.0.0
46464747 - name : Use Node.js
48- uses : actions/setup-node@v4.4 .0
48+ uses : actions/setup-node@v5.0 .0
4949 with :
5050 node-version : ${{ matrix.node }}
5151 check-latest : true
5252 cache : " pnpm"
5353 - run : pnpm install
5454 - run : pnpm run build
5555 - run : pnpm run test:coverage
56- - uses : codecov/codecov-action@v5.4.3
56+ - uses : codecov/codecov-action@v5.5.1
5757 with :
5858 files : packages/**/coverage/cobertura-coverage.xml
5959 token : ${{ secrets.CODECOV_TOKEN }}
@@ -65,10 +65,10 @@ jobs:
6565 matrix :
6666 node : ["20"]
6767 steps :
68- - uses : actions/checkout@v4.2.2
68+ - uses : actions/checkout@v5.0.0
69697070 - name : Use Node.js
71- uses : actions/setup-node@v4.4 .0
71+ uses : actions/setup-node@v5.0 .0
7272 with :
7373 node-version : ${{ matrix.node }}
7474 check-latest : true
0 commit comments