Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
- 16
- 18
- 20
include:
- os: windows-2019
node_version: 14
- os: macos-13
node_version: 14
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}

steps:
Expand All @@ -41,16 +36,6 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

- name: Setup python
if: matrix.node_version == 14
# Old versions of Node bundle old versions of npm.
# Old versions of npm bundle old versions of node-gyp.
# Old versions of node-gyp are incompatible with Python 3.11+.
# Install older Python (Python 3.10) as a workaround.
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install Python setuptools (Unix-likes)
# This is needed for Python 3.12+, since many versions of node-gyp
# are incompatible with Python 3.12+, which no-longer ships 'distutils'
Expand Down
36 changes: 21 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/atom/superstring.git"
"url": "https://github.com/pulsar-edit/superstring.git"
},
"keywords": [
"text",
Expand All @@ -30,13 +30,13 @@
"author": "Nathan Sobo <nathan@github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atom/superstring/issues"
"url": "https://github.com/pulsar-edit/superstring/issues"
},
"homepage": "https://github.com/atom/superstring",
"homepage": "https://github.com/pulsar-edit/superstring",
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^2.3.4",
"node-addon-api": "^8.3.1",
"node-addon-api": "^8.5.0",
"random-seed": "^0.2.0",
"standard": "^4.5.4",
"temp": "^0.8.3",
Expand Down
Loading