Skip to content

Commit 8a2f544

Browse files
authored
Regenerate package-lock.json (#347)
Regenerate package-lock.json
1 parent 9fa45e3 commit 8a2f544

File tree

8 files changed

+3239
-2148
lines changed

8 files changed

+3239
-2148
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
node_version: [
17-
10,
18-
12,
19-
14,
17+
#10,
18+
#12,
19+
#14,
20+
20,
2021
]
2122
steps:
2223
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
'linux-x64',
3838
]
3939
pair: [
40-
'node:10',
41-
'node:12',
42-
'node:14',
40+
#'node:10',
41+
#'node:12',
42+
#'node:14',
43+
'node:20',
4344
]
4445
include:
4546
- platform: 'linux-arm'
@@ -48,15 +49,18 @@ jobs:
4849
host-os: 'ubuntu-latest'
4950
- platform: 'linux-x64'
5051
host-os: 'ubuntu-latest'
51-
- pair: 'node:10'
52+
#- pair: 'node:10'
53+
# language: 'node'
54+
# version: '10'
55+
#- pair: 'node:12'
56+
# language: 'node'
57+
# version: '12'
58+
#- pair: 'node:14'
59+
# language: 'node'
60+
# version: '14'
61+
- pair: 'node:20'
5262
language: 'node'
53-
version: '10'
54-
- pair: 'node:12'
55-
language: 'node'
56-
version: '12'
57-
- pair: 'node:14'
58-
language: 'node'
59-
version: '14'
63+
version: '20'
6064

6165
runs-on: ${{ matrix.host-os }}
6266

0 commit comments

Comments
 (0)