Skip to content

Commit 8a273f7

Browse files
committed
[C] Test CI
1 parent f1ba789 commit 8a273f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/setup-node/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: "Setup Node.js"
22
runs:
33
using: "composite"
44
steps:
5+
- run: corepack enable
6+
57
- name: "Install Node 20.x"
68
uses: actions/setup-node@v4
79
with:
8-
node-version: "20"
10+
node-version-file: "./client/package.json"
911
cache: "yarn"
1012
cache-dependency-path: ./client/yarn.lock
1113

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
branches:
9+
- "**"
810

911
env:
1012
BROWSERSLIST_IGNORE_OLD_DATA: beQuiet

0 commit comments

Comments
 (0)