We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f08b2d commit eddfe89Copy full SHA for eddfe89
.github/workflows/ci.yaml
@@ -10,17 +10,13 @@ on:
10
jobs:
11
12
test_node:
13
- runs-on: ${{ matrix.os }}
14
- strategy:
15
- matrix:
16
- node: [ '14', '21' ]
17
- os: [ windows-latest, ubuntu-latest ]
18
- name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
+ runs-on: ubuntu-latest
+ name: Test with Node
19
steps:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-node@v3
22
with:
23
- node-version: ${{ matrix.node }}
+ node-version: 22
24
- uses: bahmutov/npm-install@v1
25
- run: yarn build
26
env:
@@ -33,7 +29,7 @@ jobs:
33
29
34
30
35
31
36
- node-version: '15'
32
37
- name: Cache
38
uses: actions/cache@v3
39
0 commit comments