Skip to content

Commit

Permalink
Finalise new build and publishing configuration (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Jul 10, 2023
1 parent 5c7ce98 commit 4d53f96
Show file tree
Hide file tree
Showing 26 changed files with 2,389 additions and 14,734 deletions.
24 changes: 0 additions & 24 deletions .github/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ node_modules
# dist/
lib/
tmp/
dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feathers-reactive

[![CI](https://github.com/feathersjs-ecosystem/feathers-reactive/actions/workflows/ci.yml/badge.svg)](https://github.com/feathersjs-ecosystem/feathers-reactive/actions/workflows/ci.yml)
[![CI](https://github.com/feathersjs-ecosystem/feathers-reactive/actions/workflows/nodejs.yml/badge.svg)](https://github.com/feathersjs-ecosystem/feathers-reactive/actions/workflows/nodejs.yml)
[![Download Status](https://img.shields.io/npm/dm/feathers-reactive.svg?style=flat-square)](https://www.npmjs.com/package/feathers-reactive)

> Reactive API extensions for Feathers
Expand Down
Loading

0 comments on commit 4d53f96

Please sign in to comment.