File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 name : Test
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v7
2121 - name : Use Node.js 20.x
22- uses : actions/setup-node@v5
22+ uses : actions/setup-node@v7
2323 with :
24- node-version : ' 22 .x'
24+ node-version : ' 24 .x'
2525 - run : npm install
2626 - run : npm test
2727 # - uses: codecov/codecov-action@v4
@@ -34,11 +34,11 @@ jobs:
3434 if : github.ref != 'refs/heads/main'
3535 needs : test
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v7
3838 - name : Use Node.js 20.x
39- uses : actions/setup-node@v5
39+ uses : actions/setup-node@v7
4040 with :
41- node-version : ' 22 .x'
41+ node-version : ' 24 .x'
4242 - run : npm install
4343 - name : extracting last commit message
4444 run : |
@@ -59,11 +59,11 @@ jobs:
5959 if : github.ref == 'refs/heads/main'
6060 needs : test
6161 steps :
62- - uses : actions/checkout@v5
62+ - uses : actions/checkout@v7
6363 - name : Use Node.js 20.x
64- uses : actions/setup-node@v5
64+ uses : actions/setup-node@v7
6565 with :
66- node-version : ' 22 .x'
66+ node-version : ' 24 .x'
6767 - run : npm install
6868 - name : extracting last commit message
6969 run : |
Original file line number Diff line number Diff line change 4242 "devDependencies" : {
4343 "@adobe/eslint-config-helix" : " 3.0.16" ,
4444 "@adobe/fetch" : " 4.2.3" ,
45- "@cloudflare/workers-types" : " 4.20250510.0 " ,
46- "@semantic-release/changelog" : " 6 .0.3 " ,
45+ "@cloudflare/workers-types" : " 5.20260724.1 " ,
46+ "@semantic-release/changelog" : " 7 .0.0 " ,
4747 "@semantic-release/exec" : " 7.1.0" ,
48- "@semantic-release/git" : " 10 .0.1" ,
49- "c8" : " 10.1.3 " ,
48+ "@semantic-release/git" : " 11 .0.1" ,
49+ "c8" : " 12.0.0 " ,
5050 "dotenv" : " 17.0.1" ,
5151 "esbuild" : " 0.25.4" ,
5252 "eslint" : " 8.57.1" ,
5353 "eslint-plugin-header" : " 3.1.1" ,
5454 "eslint-plugin-import" : " 2.31.0" ,
5555 "husky" : " 9.1.7" ,
56- "lint-staged" : " 16.0 .0" ,
56+ "lint-staged" : " 17.2 .0" ,
5757 "mocha" : " 11.2.2" ,
5858 "mocha-multi-reporters" : " 1.5.1" ,
59- "nock" : " 13.5.6 " ,
60- "semantic-release" : " 24.2.3 " ,
59+ "nock" : " 14.0.16 " ,
60+ "semantic-release" : " 25.0.8 " ,
6161 "wrangler" : " 4.14.4"
6262 },
6363 "wsk" : {
You can’t perform that action at this time.
0 commit comments