Skip to content

Commit c55eaee

Browse files
Updated GitHub Actions
1 parent a671c87 commit c55eaee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sass.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
16+
node-version: ['18.x', '20.x']
1617

1718
steps:
1819
- name: Checkout source Git branch
@@ -22,6 +23,11 @@ jobs:
2223
fetch-depth: 10
2324
submodules: 10
2425

26+
- name: Use Node.js ${{ matrix.node-version }}
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version: ${{ matrix.node-version }}
30+
2531
- name: Install Dependencies
2632
run: |
2733
cd static

0 commit comments

Comments
 (0)