Skip to content

Commit

Permalink
Fix Test Version Error (galacean#802)
Browse files Browse the repository at this point in the history
* ci: remove ci on node 12

* test: fix version
  • Loading branch information
gz65555 authored May 16, 2022
1 parent 98131a9 commit b229bd6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@oasis-engine/tests",
"private": true,
"version": "0.7.0-beta.3",
"version": "0.7.0-beta.4",
"license": "MIT",
"main": "dist/main.js",
"module": "dist/module.js",
Expand All @@ -15,11 +14,11 @@
"types/**/*"
],
"dependencies": {
"@oasis-engine/math": "0.7.0-beta.3",
"@oasis-engine/core": "0.7.0-beta.3",
"@oasis-engine/rhi-webgl": "0.7.0-beta.3"
"@oasis-engine/math": "0.7.0-beta.4",
"@oasis-engine/core": "0.7.0-beta.4",
"@oasis-engine/rhi-webgl": "0.7.0-beta.4"
},
"devDependencies": {
"@oasis-engine/design": "0.7.0-beta.3"
"@oasis-engine/design": "0.7.0-beta.4"
}
}

0 comments on commit b229bd6

Please sign in to comment.