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 6625767 commit 601103fCopy full SHA for 601103f
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: cimg/node:16.19-browsers
+ - image: cimg/node:20.11-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
@@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
10
11
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
12
with:
13
- node-version: '16'
14
- - uses: actions/checkout@v3
+ node-version: '20'
+ - uses: actions/checkout@v4
15
- uses: testspace-com/setup-testspace@v1
16
17
domain: samples
0 commit comments