Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependency cimg/node to v18 #2465

Merged
merged 5 commits into from Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -58,24 +58,24 @@ commands:
fc-match --all
rm -rf /tmp/fonts
jobs:
node-v14:
node-v16:
docker:
- image: cimg/node:14.19
- image: cimg/node:16.15
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
steps:
- setup-for-test
- check-source
- run-npm-test
node-v16:
node-v18:
docker:
- image: cimg/node:16.15
- image: cimg/node:18.4
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
steps:
- setup-for-test
- check-source
- run-npm-test
reg-suit:
docker:
Expand All @@ -91,9 +91,9 @@ jobs:
workflows:
multiple_builds:
jobs:
- node-v14:
context: smarthr-dockerhub
- node-v16:
context: smarthr-dockerhub
- node-v18:
context: smarthr-dockerhub
- reg-suit:
context: smarthr-dockerhub
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
browser: [chrome]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/startRelease.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: git config
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down