bevy/.github/start-wasm-example/package.json
Rob Parrett edb34cd2dd
Run example validation jobs on ubuntu-latest (#17169)
# 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.
2025-01-20 12:51:48 +00:00

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"
}
}