Skip to content

Commit 0f082bc

Browse files
committed
Merge branch 'master' of https://github.com/sibvisions/reactUI
2 parents 5b4a539 + 695ed3b commit 0f082bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: Pre-release build (monthly)
55

66
on:
77
schedule:
88
- cron: "55 23 1 * *"
9+
workflow_dispatch:
910

1011
jobs:
1112
build:
@@ -14,7 +15,7 @@ jobs:
1415

1516
strategy:
1617
matrix:
17-
node-version: [14.x]
18+
node-version: [22.x]
1819
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1920

2021
steps:

0 commit comments

Comments
 (0)