Skip to content

Commit 8a7149f

Browse files
committed
Update circleci build dependencies
1 parent 0758150 commit 8a7149f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
frontend:
44
docker:
5-
- image: cimg/node:16.19
5+
- image: cimg/node:lts
66
steps:
77
- checkout
88
- run:
@@ -59,7 +59,7 @@ jobs:
5959
- run:
6060
name: "Publish Release on GitHub"
6161
command: |
62-
go install github.com/tcnksm/ghr@v0.14.0
62+
go install github.com/tcnksm/ghr@v0.16.0
6363
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
6464
6565
docker:
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- checkout
7070
- setup_remote_docker:
71-
version: 20.10.11
71+
version: 20.10.18
7272
- run: |
7373
TAG=${CIRCLE_TAG:1}
7474
TAG=${TAG:-latest}

0 commit comments

Comments
 (0)