Skip to content

Commit 99210bc

Browse files
Merge pull request #19 from pulsar-edit/fix-ci
Fix CI
2 parents 2bb922b + df3efca commit 99210bc

3 files changed

Lines changed: 25 additions & 34 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- 16
1919
- 18
2020
- 20
21-
include:
22-
- os: windows-2019
23-
node_version: 14
24-
- os: macos-13
25-
node_version: 14
2621
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2722

2823
steps:
@@ -41,16 +36,6 @@ jobs:
4136
with:
4237
node-version: ${{ matrix.node_version }}
4338

44-
- name: Setup python
45-
if: matrix.node_version == 14
46-
# Old versions of Node bundle old versions of npm.
47-
# Old versions of npm bundle old versions of node-gyp.
48-
# Old versions of node-gyp are incompatible with Python 3.11+.
49-
# Install older Python (Python 3.10) as a workaround.
50-
uses: actions/setup-python@v4
51-
with:
52-
python-version: '3.10'
53-
5439
- name: Install Python setuptools (Unix-likes)
5540
# This is needed for Python 3.12+, since many versions of node-gyp
5641
# are incompatible with Python 3.12+, which no-longer ships 'distutils'

package-lock.json

Lines changed: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/atom/superstring.git"
21+
"url": "https://github.com/pulsar-edit/superstring.git"
2222
},
2323
"keywords": [
2424
"text",
@@ -30,13 +30,13 @@
3030
"author": "Nathan Sobo <nathan@github.com>",
3131
"license": "MIT",
3232
"bugs": {
33-
"url": "https://github.com/atom/superstring/issues"
33+
"url": "https://github.com/pulsar-edit/superstring/issues"
3434
},
35-
"homepage": "https://github.com/atom/superstring",
35+
"homepage": "https://github.com/pulsar-edit/superstring",
3636
"devDependencies": {
3737
"chai": "^2.0.0",
3838
"mocha": "^2.3.4",
39-
"node-addon-api": "^8.3.1",
39+
"node-addon-api": "^8.5.0",
4040
"random-seed": "^0.2.0",
4141
"standard": "^4.5.4",
4242
"temp": "^0.8.3",

0 commit comments

Comments
 (0)