Skip to content

Commit 7daf37d

Browse files
chore(deps): update dependency node to v24
1 parent cf6e06b commit 7daf37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v3.4.1
1414
with:
15-
node-version: '14'
15+
node-version: '24'
1616
cache: 'npm'
1717
- name: Install dependencies
1818
run: npm ci

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3.4.1
1313
with:
14-
node-version: '14'
14+
node-version: '24'
1515
cache: 'npm'
1616
- run: npm ci
1717
- run: npm test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3.4.1
2828
with:
29-
node-version: 12
29+
node-version: 24
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build

0 commit comments

Comments
 (0)