Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-13 17:15:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-11-13 17:15:25 +0300
commit3c259106253d2ad89973b72b068f7cdbd527e37d (patch)
treec5c7ae5597ad6faa2118a1ce7d3049a9aaaccbae
parent930ce651066789f6306465fad8a48abf521bd017 (diff)
Update CI config:HEADmain
* remove git credentials after checkout * switch to Node.js 18 LTS
-rw-r--r--.github/workflows/calibreapp-image-actions.yml4
-rw-r--r--.github/workflows/ci.yml6
2 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml
index e23f5626..ba5ec8f6 100644
--- a/.github/workflows/calibreapp-image-actions.yml
+++ b/.github/workflows/calibreapp-image-actions.yml
@@ -15,8 +15,10 @@ jobs:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- - name: Checkout Repo
+ - name: Clone repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Compress Images
uses: calibreapp/image-actions@1.1.0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65d6cce8..cc9ed414 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 16
+ NODE: 18
jobs:
test:
@@ -18,6 +18,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
@@ -49,6 +51,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Download docs
uses: actions/download-artifact@v3