- Upgrade to node v20 (#187)

This commit is contained in:
Simon J
2024-01-24 12:25:48 +11:00
committed by GitHub
parent 5ce2e4efb7
commit b7beb4c610
11 changed files with 7741 additions and 152371 deletions

View File

@@ -21,11 +21,11 @@ jobs:
-
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20
-
run: yarn install
run: npm install
-
run: yarn test
run: npm test
push_to_registry: