We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644a2e4 commit c48b84dCopy full SHA for c48b84d
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: circleci/node:6-browsers
+ - image: cimg/node:16-browsers
7
steps:
8
- checkout
9
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
.github/workflows/ci.yml
@@ -6,14 +6,12 @@ on:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
11
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
12
with:
13
- node-version: '6'
14
- - uses: actions/checkout@v2
15
- with:
16
- fetch-depth: 50
+ node-version: '16'
+ - uses: actions/checkout@v3
17
- uses: testspace-com/setup-testspace@v1
18
19
domain: samples
0 commit comments