Skip to content

Commit

Permalink
Refactor to new API and Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefidiot committed Feb 14, 2021
1 parent a5f5183 commit bcf6f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit bcf6f0a

Please sign in to comment.