fix: type issues (#157) · funmaker/regl-scatterplot@b02816a · GitHub
Skip to content

Commit b02816a

Browse files
authored
fix: type issues (flekschas#157)
* Add `d3-scale` as dev dependencies * Switch to ubuntu in the hope it fixes the sed issue * Update CHANGELOG.md * Split up build and test jobs
1 parent 4e2c5d7 commit b02816a

6 files changed

Lines changed: 243 additions & 238 deletions

File tree

.github/workflows/build.yml

Lines changed: 18 additions & 16 deletions

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macos-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
@@ -20,7 +20,7 @@ jobs:
2020

2121
publish-npm:
2222
needs: build
23-
runs-on: macos-latest
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Create Release
11-
runs-on: macos-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)