We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc61f8 commit 1e899a7Copy full SHA for 1e899a7
.github/workflows/update-dependencies.yml
@@ -25,7 +25,7 @@ jobs:
25
run: git fetch --all
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: 18
+ node-version: 20
29
30
- name: Install & build assets
31
run: |
package.json
@@ -5,7 +5,7 @@
5
"author": "tvdijen",
6
"license": "LGPL-2.1-or-later",
7
"engines": {
8
- "node": ">=18.0.0",
+ "node": ">=20.0.0",
9
"npm": ">=8.0.0"
10
},
11
"scripts": {
0 commit comments