Skip to content

Commit

Permalink
Regenerate package-lock.json (#347)
Browse files Browse the repository at this point in the history
Regenerate package-lock.json
  • Loading branch information
benfrancis authored Feb 26, 2025
1 parent 9fa45e3 commit 8a2f544
Show file tree
Hide file tree
Showing 8 changed files with 3,239 additions and 2,148 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
strategy:
matrix:
node_version: [
10,
12,
14,
#10,
#12,
#14,
20,
]
steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 15 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
'linux-x64',
]
pair: [
'node:10',
'node:12',
'node:14',
#'node:10',
#'node:12',
#'node:14',
'node:20',
]
include:
- platform: 'linux-arm'
Expand All @@ -48,15 +49,18 @@ jobs:
host-os: 'ubuntu-latest'
- platform: 'linux-x64'
host-os: 'ubuntu-latest'
- pair: 'node:10'
#- pair: 'node:10'
# language: 'node'
# version: '10'
#- pair: 'node:12'
# language: 'node'
# version: '12'
#- pair: 'node:14'
# language: 'node'
# version: '14'
- pair: 'node:20'
language: 'node'
version: '10'
- pair: 'node:12'
language: 'node'
version: '12'
- pair: 'node:14'
language: 'node'
version: '14'
version: '20'

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

Expand Down
Loading

0 comments on commit 8a2f544

Please sign in to comment.