Skip to content

Commit c49d9d6

Browse files
committed
fixed changes
1 parent 7692c99 commit c49d9d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/css-variables-sync.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CSS Variables Validation
1+
name: CSS Variables Sync Check
22

33
on:
44
pull_request:
@@ -7,12 +7,17 @@ on:
77

88
jobs:
99
validate:
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
1515

16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: '20'
20+
1621
- name: Checkout theme builder repo
1722
uses: actions/checkout@v2
1823
with:

0 commit comments

Comments
 (0)