Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into ts-installer-dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jun 26, 2024
2 parents eec8137 + 4fc4910 commit 48a0291
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [12.22.12, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11' # distutils is required by node-gyp and dropped by python core in 3.12
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -30,7 +33,7 @@ jobs:
- name: Test
run: yarn coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 #v3.1.6
with:
file: ./coverage/lcov.info
env_vars: NODE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function buildDMG() {
});
}
```
#### createDMG(opts, callback)
#### createDMG(opts)

##### `opts`

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2225,9 +2225,9 @@ murmur-32@^0.1.0:
imul "^1.0.0"

nan@^2.4.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
version "2.20.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3"
integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==

nanoid@3.3.1:
version "3.3.1"
Expand Down

0 comments on commit 48a0291

Please sign in to comment.