
# Objective Fixes #17164 ## Solution - Switch to `ubuntu-latest` - Remove `libegl1-mesa`. It seems that whatever this was providing is now covered by other deps or their deps? ## Testing Tested [over here](https://github.com/rparrett/bevy/pull/21) by commenting out workflow `if` condition.
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"name": "start-wasm-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.1"
|
|
}
|
|
} |