Skip to content

Commit ebe1c83

Browse files
committed
fix ci
1 parent fa8c04c commit ebe1c83

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/validate.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
node: [14, 16, 18]
1716
runs-on: ${{ matrix.os }}
1817
steps:
1918
- name: ⬇️ Checkout repo
20-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2120

2221
- name: ⎔ Setup node
23-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v3
2423
with:
25-
node-version: ${{ matrix.node }}
24+
node-version: 18
25+
26+
- name: npm 8
27+
run: npm install --global npm@8
2628

2729
- name: ▶️ Run setup script
2830
run: npm run setup

0 commit comments

Comments
 (0)