This website works better with JavaScript.
Home
Help
Sign In
cedx
/
webstorage.hx
mirror of
https://github.com/cedx/webstorage.hx.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
6
Activity
Browse Source
Updated the Node.js constraint
main
Cédric Belin
5 months ago
parent
5494c4badc
commit
7c763fbd50
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yaml
+1
-1
doc/installation.md
+1
-1
package.json
+ 1
- 1
.github/workflows/build.yaml
View File
@ -11,7 +11,7 @@ jobs:
-
name
:
Set up Haxe
uses
:
krdlab/setup-haxe@v1
with:
haxe-version
:
4.1
.
1
haxe-version
:
4.1
.
3
-
name
:
Set up Node.js
uses
:
actions/setup-node@v1
with:
+ 1
- 1
doc/installation.md
View File
@ -20,7 +20,7 @@ You can verify if you're already good to go with the following commands:
# v14.5.0
npm --version
# 6.14.
6
# 6.14.
7
!!! info
If you plan to play with the package sources, you will also need
+ 1
- 1
package.json
View File
@ -21,7 +21,7 @@
"terser"
:
"^4.8.0"
}
,
"engines"
:
{
"node"
:
">=14.
6
.0"
"node"
:
">=14.
7
.0"
}
,
"exports"
:
{
"import"
:
"./lib/index.mjs"
,
Write
Preview
Loading…
Cancel
Save