Skip to content

Commit c48b84d

Browse files
committed
update CI images
1 parent 644a2e4 commit c48b84d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.0
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:6-browsers
6+
- image: cimg/node:16-browsers
77
steps:
88
- checkout
99
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '6'
14-
- uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 50
13+
node-version: '16'
14+
- uses: actions/checkout@v3
1715
- uses: testspace-com/setup-testspace@v1
1816
with:
1917
domain: samples

0 commit comments

Comments
 (0)