Skip to content

Commit b5e9897

Browse files
committed
fix: foo
1 parent b9a8c99 commit b5e9897

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.baserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@dword-design/node",
3+
"supportedNodeVersions": [14, 16],
34
"seeAlso": [
45
{ "repository": "nuxt-content-body-html", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." },
56
{ "repository": "nuxt-mail", "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails." },

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
os: ubuntu-latest
6666
- node: 16
6767
os: ubuntu-latest
68-
- node: 18
69-
os: ubuntu-latest
7068
- node: 16
7169
os: macos-latest
7270
- node: 16

0 commit comments

Comments
 (0)