Skip to content

Commit

Permalink
Update CI config (#1491)
Browse files Browse the repository at this point in the history
* switch to Node.js 18 LTS
* add `workflow_dispatch`
  • Loading branch information
XhmikosR authored Nov 13, 2022
1 parent 1b7256e commit ae1fa2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
update_release_draft:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

jobs:
test:
Expand Down

0 comments on commit ae1fa2a

Please sign in to comment.