Skip to content

Commit

Permalink
ci: enable node and node test
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 9, 2024
1 parent 6793ee6 commit 3bb5309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
deno-test:
runs-on: ubuntu-latest
needs: build
# panic in deno now
if: false
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -54,8 +52,6 @@ jobs:
node-test:
runs-on: ubuntu-latest
needs: build
# node support WASM GC in node@22
if: false
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
v22.5.1

0 comments on commit 3bb5309

Please sign in to comment.