Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 53c10dd

Browse files
committed
Bump lightningcss to 1.25.0, etc.
1 parent 8deb882 commit 53c10dd

File tree

4 files changed

+145
-156
lines changed

4 files changed

+145
-156
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up node env
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20'
20+
node-version: current
2121
cache: 'npm'
2222
- name: Install dependencies
2323
run: npm i && npm i --save-dev jsdoc

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up node env
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: current
2222
cache: 'npm'
2323
- name: Install dependencies
2424
run: npm i && npm i --save-dev jsdoc

0 commit comments

Comments
 (0)