We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bdf56 commit 646b255Copy full SHA for 646b255
.dockerignore
@@ -1,6 +1,8 @@
1
.git*
2
.editorconfig
3
-.travis.yml
+/.devcontainer
4
+/.github
5
+/.vscode
6
node_modules/
7
/scripts
8
/example
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-node@v6
28
with:
29
- node-version: 20
+ node-version: 24
30
registry-url: 'https://registry.npmjs.org'
31
cache: 'npm'
32
- name: Restore
.gitignore
@@ -60,3 +60,4 @@ typings/
60
# Distribution dir
61
dist/
62
/testbin
63
+
0 commit comments