Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 7708d0f

Browse files
committed
chore: Use ubuntu
1 parent 81f5b9f commit 7708d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
build:
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
node-version: [18.x, 16.x, 20.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4.0.1
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm ci

0 commit comments

Comments
 (0)