Skip to content

Commit 1fd8aa4

Browse files
authored
Merge pull request #24 from epochtalk/user-profile-role-mk2
User profile role mk2
2 parents 090cb47 + 6d77225 commit 1fd8aa4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:10.16.0
5+
- image: circleci/node:12.14.1
66
working_directory: ~/repo
77
steps:
88
- checkout
@@ -20,7 +20,7 @@ jobs:
2020
key: v1-dependencies-{{ checksum "package.json" }}
2121
release:
2222
docker:
23-
- image: circleci/node:10.16.0
23+
- image: circleci/node:12.14.1
2424
steps:
2525
- checkout
2626
- run: yarn install

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 10.16.3
1+
nodejs 12.14.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.16.3
1+
FROM node:12.14.1
22

33
WORKDIR /usr/src/app
44

test/users.js

+2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ describe("User Find", function() {
255255
'created_at',
256256
'id',
257257
'priority',
258+
'role_name',
259+
'role_highlight_color',
258260
'roles',
259261
'updated_at',
260262
'username',

0 commit comments

Comments
 (0)