Skip to content

Commit 0616e9c

Browse files
committed
maint: node 24 as primary
1 parent 92ff4e6 commit 0616e9c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/node.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ provided within this library. See example below.
2222

2323
## Usage
2424

25-
Developed and tested against `node 16`. Install from `npm`:
25+
Developed and tested against `node 24`. Install from `npm`:
2626

2727
```
2828
npm i @smartdcc/duis-templates

0 commit comments

Comments
 (0)