mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 23:39:56 +01:00
feat(ci): use node 16
This commit is contained in:
parent
38b9aa6ea2
commit
d57c4375be
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
with: { go-version: 1.17 }
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with: { node-version: '14' }
|
||||
with: { node-version: '16' }
|
||||
|
||||
- run: go get github.com/go-task/task/v3/cmd/task
|
||||
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
with: { go-version: 1.17 }
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with: { node-version: '14' }
|
||||
with: { node-version: '16' }
|
||||
|
||||
- run: go get github.com/go-task/task/v3/cmd/task
|
||||
|
||||
|
23289
web2/package-lock.json
generated
23289
web2/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -34,10 +34,10 @@
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"node-sass": "^4.12.0",
|
||||
"node-sass": "^6.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"sass": "^1.19.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sass-loader": "^10.0.5",
|
||||
"stylus": "^0.54.8",
|
||||
"stylus-loader": "^3.0.1",
|
||||
"vue-cli-plugin-vuetify": "~2.0.7",
|
||||
|
Loading…
Reference in New Issue
Block a user