Skip to content

Commit

Permalink
Remove use of remote (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Beck <dertieran@gmail.com>
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
3 people committed Jan 13, 2024
1 parent f5440bb commit df228ac
Show file tree
Hide file tree
Showing 46 changed files with 1,604 additions and 1,924 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 12
- 20
- 18
- 16
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
yarn.lock
dist/
.devcontainer/
96 changes: 0 additions & 96 deletions example.js

This file was deleted.

0 comments on commit df228ac

Please sign in to comment.