From 89dcaaf2de6868cec44894d7e15dae40c43bdd42 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 21 Jun 2021 13:29:17 -0400 Subject: [PATCH 1/4] npm-publish: update to use the latest TLS v14 node v12 is in maintenance mode node v16 (next TLS) is not ready yet --- ci/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 8462902..025976d 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: $registry-url(npm) - run: npm ci - run: npm publish From ba0243447c0c862c1e75245d03fa2f6b0a75c8a8 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 21 Jun 2021 13:32:13 -0400 Subject: [PATCH 2/4] pylint: use python 3.9 and setup-python@2 --- ci/pylint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pylint.yml b/ci/pylint.yml index c16ba22..0805af7 100644 --- a/ci/pylint.yml +++ b/ci/pylint.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip From 2f86a8abbe1f5934105778258218f1dee8a9d002 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:06:26 +0530 Subject: [PATCH 3/4] Update blank.properties.json --- ci/properties/blank.properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/properties/blank.properties.json b/ci/properties/blank.properties.json index d244772..35d77bc 100644 --- a/ci/properties/blank.properties.json +++ b/ci/properties/blank.properties.json @@ -1,6 +1,7 @@ { "name": "Simple workflow", "description": "Start with a file with the minimum necessary structure.", + "creator": "Github", "iconName": "blank", "categories": null } From acad7b662618966e7805c7ec0308901b1044f2f9 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Thu, 24 Jun 2021 21:40:31 +0530 Subject: [PATCH 4/4] Update ci/properties/blank.properties.json Co-authored-by: Andy McKay --- ci/properties/blank.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/blank.properties.json b/ci/properties/blank.properties.json index 35d77bc..610327f 100644 --- a/ci/properties/blank.properties.json +++ b/ci/properties/blank.properties.json @@ -1,7 +1,7 @@ { "name": "Simple workflow", "description": "Start with a file with the minimum necessary structure.", - "creator": "Github", + "creator": "GitHub", "iconName": "blank", "categories": null }