Drop Normalize (#2960)

* npm updates

* tests and readme

* node versions
This commit is contained in:
Rob Larsen
2023-08-30 21:34:43 -04:00
committed by GitHub
parent 706d83295c
commit 5df316b86b
10 changed files with 84 additions and 9506 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: publish npm
run: npm publish

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
steps:
- name: Get npm cache directory
id: npm-cache