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" },