diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0003f74..084cfa0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + id-token: write + contents: read + jobs: build: runs-on: ubuntu-latest @@ -13,7 +17,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: node-version: '21.x' registry-url: 'https://registry.npmjs.org' diff --git a/package-lock.json b/package-lock.json index b239d43..6d5e4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/database", - "version": "5.34.0", + "version": "5.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/database", - "version": "5.34.0", + "version": "5.35.0", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.4.1" diff --git a/package.json b/package.json index 2a05301..3378c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/database", - "version": "5.34.0", + "version": "5.35.0", "description": "The Athenna database handler for SQL/NoSQL.", "license": "MIT", "author": "João Lenon ",