Skip to content

Commit

Permalink
Merge pull request #3 from Mikescops/platform/update-to-node18
Browse files Browse the repository at this point in the history
Update to node18
  • Loading branch information
Mikescops authored Sep 5, 2023
2 parents 56cfcbe + 594a54b commit c36a278
Show file tree
Hide file tree
Showing 5 changed files with 3,327 additions and 5,023 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci && npm run build
- name: Publish package on NPM 📦
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install upnp-client-ts
```ts
import upnp from 'upnp-client';

// Instanciate a client with a device description URL (discovered by SSDP)
// Instantiate a client with a device description URL (discovered by SSDP)
const client = new upnp.UpnpDeviceClient('http://192.168.1.50:4873/foo.xml');

// Get the device description
Expand Down
Loading

0 comments on commit c36a278

Please sign in to comment.