Skip to content

Commit 9fe3bf7

Browse files
committed
šŸ› Adjust CI to the latest changes
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent 42e40c2 commit 9fe3bf7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

ā€Ž.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ on:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: macOS-latest
1615

17-
strategy:
18-
matrix:
19-
node-version: [10.x, 12.x]
20-
2116
steps:
22-
- uses: actions/checkout@v2
23-
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
17+
- uses: actions/checkout@v3
18+
- uses: actions/setup-node@v4
2519
with:
26-
node-version: ${{ matrix.node-version }}
20+
node-version: 23
2721
- run: npm ci
2822
- run: npm run lint
2923
- run: npm test

0 commit comments

Comments
Ā (0)