mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
feat(ci): use node 16
This commit is contained in:
parent
38b9aa6ea2
commit
d57c4375be
6
.github/workflows/dev.yml
vendored
6
.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
|
||||
|
||||
@ -133,11 +133,11 @@ jobs:
|
||||
# with: { go-version: 1.17 }
|
||||
|
||||
# - run: go get github.com/go-task/task/v3/cmd/task
|
||||
|
||||
|
||||
# - uses: actions/checkout@v3
|
||||
|
||||
# - run: context=prod task docker:test
|
||||
|
||||
# - run: docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
# - run: context=prod tag=develop task docker:build
|
||||
# - run: tag=develop task docker:push
|
||||
# - run: tag=develop task docker:push
|
||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
# with: { go-version: 1.17 }
|
||||
|
||||
# - run: go get github.com/go-task/task/v3/cmd/task
|
||||
|
||||
|
||||
# - uses: actions/checkout@v3
|
||||
|
||||
# - run: context=prod task docker:test
|
||||
@ -31,12 +31,12 @@ 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
|
||||
|
||||
- run: sudo apt update && sudo apt-get install rpm
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: task deps
|
||||
@ -48,4 +48,4 @@ jobs:
|
||||
|
||||
- run: git reset --hard
|
||||
|
||||
- run: GITHUB_TOKEN=${{ secrets.GH_TOKEN }} task release:prod
|
||||
- run: GITHUB_TOKEN=${{ secrets.GH_TOKEN }} task release:prod
|
||||
|
23293
web2/package-lock.json
generated
23293
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