Skip to content

Commit

Permalink
Merge pull request #99 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Add methods to parse string to yaml
  • Loading branch information
jlenon7 authored Dec 9, 2023
2 parents e06fc4d + 2d43576 commit ae4318a
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '21.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
167 changes: 66 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/common",
"version": "4.20.0",
"version": "4.21.0",
"description": "The Athenna common helpers to use in any Node.js ESM project.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand All @@ -17,7 +17,7 @@
"standalone"
],
"engines": {
"node": ">=20.0.0"
"node": ">=21.0.0"
},
"scripts": {
"build": "node node_modules/@athenna/tsconfig/src/build.js",
Expand Down Expand Up @@ -61,10 +61,11 @@
"change-case": "^4.1.2",
"collect.js": "^4.36.1",
"execa": "^8.0.1",
"fastify": "^4.23.2",
"fastify": "^4.24.0",
"got": "^12.6.1",
"http-status-codes": "^2.2.0",
"is-wsl": "^2.2.0",
"js-yaml": "^4.1.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
Expand All @@ -75,7 +76,7 @@
"prepend-file": "^2.0.1",
"uuid": "^8.3.2",
"validator-brazil": "^1.2.2",
"youch": "^3.3.1",
"youch": "^3.3.3",
"youch-terminal": "^2.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ae4318a

Please sign in to comment.