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

github.com/twbs/icons.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:54 +0300
committerGitHub <noreply@github.com>2022-11-13 17:15:54 +0300
commitae1fa2a681d315c9a682d4b0c1229f0113dacebc (patch)
tree9af5c9126177a34ff2659853d5fea1f5d1b8cbd0
parent1b7256e0ad37ad745458e89fc733fbfa090f859b (diff)
Update CI config (#1491)
* switch to Node.js 18 LTS * add `workflow_dispatch`
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/release-notes.yml1
-rw-r--r--.github/workflows/test.yml3
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index cfd2d5abc..f87c1ca90 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 16
+ NODE: 18
jobs:
deploy:
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index 1c4f4be9b..babe51aa8 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
+ workflow_dispatch:
jobs:
update_release_draft:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ca304bb64..94ca5886c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,10 +5,11 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
- NODE: 16
+ NODE: 18
jobs:
test: