+7583
-23780
lines changedFilter options
+7583
-23780
lines changed Original file line number Diff line number Diff line change
@@ -15,13 +15,12 @@ jobs:
15
15
strategy:
16
16
matrix:
17
17
node_version:
18
-
- 10 # to be removed 2021-05
19
-
- 12 # to be removed 2022-05
20
-
- 14 # to be removed 2023-05
18
+
- 16 # to be removed after 2023-09
19
+
- 18
21
20
- x.x.x # safety net; don't remove
22
21
steps:
23
-
- uses: actions/checkout@v1
24
-
- uses: actions/setup-node@v1
22
+
- uses: actions/checkout@v3
23
+
- uses: actions/setup-node@v3
25
24
with:
26
25
node-version: ${{ matrix.node_version }}
27
26
- run: npm ci
@@ -36,10 +35,10 @@ jobs:
36
35
needs: build
37
36
runs-on: ubuntu-latest
38
37
steps:
39
-
- uses: actions/checkout@v1
40
-
- uses: actions/setup-node@v1
38
+
- uses: actions/checkout@v3
39
+
- uses: actions/setup-node@v3
41
40
with:
42
-
node-version: 14
41
+
node-version: 18
43
42
registry-url: https://registry.npmjs.org/
44
43
- run: npm ci
45
44
- run: npm run release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1
+
module.exports = {
2
+
reporter: 'spec',
3
+
require: './test/bootstrap',
4
+
}
Original file line number Diff line number Diff line change
@@ -10,5 +10,6 @@
10
10
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
11
11
}]
12
12
],
13
-
"tagFormat": "${version}"
13
+
"tagFormat": "${version}",
14
+
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", {"name": "beta", "prerelease": true}, {"name": 'alpha', "prerelease": true}]
14
15
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4