Skip to content

Commit 81a628e

Browse files
committed
chore(npm): update dependencies
1 parent 5fe91b8 commit 81a628e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- main
77

8-
permissions:
9-
id-token: write
10-
contents: write
11-
128
jobs:
139
build:
1410
runs-on: ubuntu-latest
@@ -17,7 +13,7 @@ jobs:
1713
uses: actions/checkout@v2
1814
with:
1915
fetch-depth: 0
20-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v1
2117
with:
2218
node-version: '21.x'
2319
registry-url: 'https://registry.npmjs.org'
@@ -38,3 +34,6 @@ jobs:
3834
- name: Publish to NPM Registry
3935
run: cd build && npm publish --access public
4036
if: steps.release.outputs.released == 'true'
37+
env:
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
name: Deploy

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/database",
3-
"version": "5.35.0",
3+
"version": "5.36.0",
44
"description": "The Athenna database handler for SQL/NoSQL.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

0 commit comments

Comments
 (0)