Skip to content

Commit 601103f

Browse files
committed
update CI configuration
1 parent 6625767 commit 601103f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: cimg/node:16.19-browsers
6+
- image: cimg/node:20.11-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '16'
14-
- uses: actions/checkout@v3
13+
node-version: '20'
14+
- uses: actions/checkout@v4
1515
- uses: testspace-com/setup-testspace@v1
1616
with:
1717
domain: samples

0 commit comments

Comments
 (0)