We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982c76e commit c1be4cfCopy full SHA for c1be4cf
3 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
strategy:
23
matrix:
24
- node: [16.0, 18.0]
+ node: [22.0, 24.0]
25
26
steps:
27
- uses: actions/checkout@v3
package.json
@@ -5,6 +5,7 @@
5
"repository": "https://github.com/hardpixel/unite-shell",
6
"author": "Jonian Guveli",
7
"license": "GPL",
8
+ "type": "module",
9
"private": true,
10
"scripts": {
11
"build": "rollup -c",
0 commit comments