Meta tweaks
This commit is contained in:
parent
e9418fe1b9
commit
07ea404e86
4 changed files with 3 additions and 13 deletions
2
.github/funding.yml
vendored
2
.github/funding.yml
vendored
|
|
@ -1,2 +0,0 @@
|
|||
github: sindresorhus
|
||||
tidelift: npm/@sindresorhus/is
|
||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -11,11 +11,9 @@ jobs:
|
|||
matrix:
|
||||
node-version:
|
||||
- 20
|
||||
- 18
|
||||
- 16
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue