From 81a628e6fccd11c62c9de0ac2ad74cc339c9796f Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Mon, 29 Dec 2025 18:01:45 -0300 Subject: [PATCH] chore(npm): update dependencies --- .github/workflows/cd.yml | 9 ++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4511a36..c38be3d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,10 +5,6 @@ on: branches: - main -permissions: - id-token: write - contents: write - jobs: build: runs-on: ubuntu-latest @@ -17,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v1 with: node-version: '21.x' registry-url: 'https://registry.npmjs.org' @@ -38,3 +34,6 @@ jobs: - name: Publish to NPM Registry run: cd build && npm publish --access public if: steps.release.outputs.released == 'true' + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + name: Deploy diff --git a/package-lock.json b/package-lock.json index 6d5e4bd..8c5f2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/database", - "version": "5.35.0", + "version": "5.36.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/database", - "version": "5.35.0", + "version": "5.36.0", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.4.1" diff --git a/package.json b/package.json index 3378c43..b357492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/database", - "version": "5.35.0", + "version": "5.36.0", "description": "The Athenna database handler for SQL/NoSQL.", "license": "MIT", "author": "João Lenon ",