From bcf6f0ae0923ff3f76b2e80ac883492742ecfcbf Mon Sep 17 00:00:00 2001 From: chiefidiot Date: Sat, 13 Feb 2021 18:01:52 -0700 Subject: [PATCH] Refactor to new API and Typescript --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cfa9086..375acb0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - uses: bahmutov/npm-install@v1.6.0 - run: yarn test diff --git a/package.json b/package.json index f997652..993110b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "denamed", "description": "Pure JS lightweight, fully typed DNS server library", - "version": "1.0.9", + "version": "1.0.10", "author": { "name": "IdiotWorks" },