Skip to content

Commit 40c6d0c

Browse files
committed
UPDATE: Update workflows to use macos and LTS node versions
1 parent f7349bf commit 40c6d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sentro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
test-sass:
11-
runs-on: ubuntu-latest
11+
runs-on: macos-latest
1212
strategy:
1313
matrix:
14-
node-version: [ 20.x, 21.x ]
14+
node-version: [ 22.x, 23.x ]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use NodeJS version ${{ matrix.node-version }}

0 commit comments

Comments
 (0)