mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Use Node 16
This commit is contained in:
parent
8cc0a1ac32
commit
2faf80dac1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
node-version: [16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -5,6 +5,9 @@
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
|
||||
|
Loading…
Reference in New Issue
Block a user