Skip to content

Commit

Permalink
Merge pull request #2 from TurboWarp/merge-upstream
Browse files Browse the repository at this point in the history
Merge upstream
  • Loading branch information
GarboMuffin authored Dec 30, 2023
2 parents 5307e9a + d653d81 commit 21ef7b9
Show file tree
Hide file tree
Showing 15 changed files with 12,894 additions and 1,656 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: 16.x
- run: npm ci
- run: npm run build
- run: npm run tap
- run: npm run test
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Development files
/.circleci

# Testing
/.nyc_output
/coverage
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A slightly modified drop-in replacement for scratch-audio.
#### Please note this project is at an early stage and we are not ready for pull requests
[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio)
[![CircleCI](https://circleci.com/gh/LLK/scratch-audio/tree/develop.svg?style=shield&circle-token=3792f4f51158c8c9b448527466ffe302b0c6f0f5)](https://circleci.com/gh/LLK/scratch-audio?branch=develop)
## Installation
This requires you to have Git and Node.js installed.
Expand Down
Loading

0 comments on commit 21ef7b9

Please sign in to comment.