Skip to content

Commit c1be4cf

Browse files
committed
update node dependencies
1 parent 982c76e commit c1be4cf

3 files changed

Lines changed: 133 additions & 111 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node: [16.0, 18.0]
24+
node: [22.0, 24.0]
2525

2626
steps:
2727
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"repository": "https://github.com/hardpixel/unite-shell",
66
"author": "Jonian Guveli",
77
"license": "GPL",
8+
"type": "module",
89
"private": true,
910
"scripts": {
1011
"build": "rollup -c",

0 commit comments

Comments
 (0)