There was an error while loading. Please reload this page.
1 parent 49a9151 commit 0e9d04bCopy full SHA for 0e9d04b
.github/workflows/merge.yml
@@ -6,8 +6,8 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, macos-latest, windows-latest]
10
- node-version: [14.x, 16.x, 17.x]
+ os: [ubuntu-latest]
+ node-version: [14.x, 16.x, 18.x]
11
12
runs-on: ${{ matrix.os }}
13
steps:
.github/workflows/release.yml
0 commit comments