Skip to content

Commit 1e899a7

Browse files
committed
Bump node
1 parent 1dc61f8 commit 1e899a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: git fetch --all
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929

3030
- name: Install & build assets
3131
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "tvdijen",
66
"license": "LGPL-2.1-or-later",
77
"engines": {
8-
"node": ">=18.0.0",
8+
"node": ">=20.0.0",
99
"npm": ">=8.0.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)