@@ -56,10 +56,10 @@ jobs:
5656 else
5757 echo "::set-output name=reporter::github-check"
5858 fi
59- - name : Set up NodeJS 20
59+ - name : Set up NodeJS 24
6060 uses : actions/setup-node@v6
6161 with :
62- node-version : 20
62+ node-version : 24
6363 - name : Install dependencies
6464 run : npm ci
6565 - name : Run eslint with reviewdog
@@ -75,10 +75,10 @@ jobs:
7575 runs-on : ubuntu-latest
7676 steps :
7777 - uses : actions/checkout@v6
78- - name : Set up NodeJS 20
78+ - name : Set up NodeJS 24
7979 uses : actions/setup-node@v6
8080 with :
81- node-version : 20
81+ node-version : 24
8282 - name : Install development dependencies
8383 run : npm ci
8484 - name : Build
@@ -117,7 +117,7 @@ jobs:
117117 - name : Run tests
118118 run : npm run test:cov
119119 - name : Upload coverage to Codecov
120- if : matrix.node == '20 ' && (github.event_name != 'push' || github.ref_type != 'tag' || !startsWith(github.ref_name, 'v'))
120+ if : matrix.node == '24 ' && (github.event_name != 'push' || github.ref_type != 'tag' || !startsWith(github.ref_name, 'v'))
121121 uses : codecov/codecov-action@v5
122122 with :
123123 token : ${{ secrets.CODECOV_TOKEN }}
@@ -133,10 +133,10 @@ jobs:
133133 runs-on : ubuntu-latest
134134 steps :
135135 - uses : actions/checkout@v6
136- - name : Set up NodeJS 20
136+ - name : Set up NodeJS 24
137137 uses : actions/setup-node@v6
138138 with :
139- node-version : 20
139+ node-version : 24
140140 - name : Install dependencies
141141 run : npm ci
142142 - name : Build package
0 commit comments