Skip to content

Commit 21c7ab2

Browse files
chore(deps): update dependency node to v24
1 parent f85bf21 commit 21c7ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 24
2020
- run: npm ci
2121
- run: npm run build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 24
1818
registry-url: "https://registry.npmjs.org"
1919
- run: npm ci
2020
- run: npm run build

0 commit comments

Comments
 (0)