File tree 1 file changed +3
-22
lines changed
1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,6 @@ concurrency:
17
17
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
18
18
19
19
jobs :
20
- test :
21
- name : Test
22
- runs-on : ubuntu-latest
23
- strategy :
24
- matrix :
25
- os : [ubuntu-latest, macOS-latest, windows-latest]
26
- node-version : [10.x, 18.x, 20.x]
27
- steps :
28
- - name : Checkout
29
- uses : actions/checkout@v3
30
-
31
- - name : Use Node.js ${{ matrix.node-version }}
32
- uses : actions/setup-node@v3
33
- with :
34
- node-version : ${{ matrix.node-version }}
35
-
36
- - name : Install dependencies
37
- run : npm install
38
-
39
- - name : Run all tests
40
- run : npm test
41
-
42
20
release :
43
21
name : Release
44
22
runs-on : ubuntu-latest
55
33
- name : Install dependencies
56
34
run : npm install
57
35
36
+ - name : Run all tests
37
+ run : npm test
38
+
58
39
- name : Release and publish
59
40
run : npx semantic-release
60
41
env :
You can’t perform that action at this time.
0 commit comments