Skip to content

Commit c797f5d

Browse files
committed
chore(npm): update dependencies
1 parent 7c59512 commit c797f5d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/cd.yml

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

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
@@ -13,7 +17,7 @@ jobs:
1317
uses: actions/checkout@v2
1418
with:
1519
fetch-depth: 0
16-
- uses: actions/setup-node@v1
20+
- uses: actions/setup-node@v4
1721
with:
1822
node-version: '21.x'
1923
registry-url: 'https://registry.npmjs.org'

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.34.0",
3+
"version": "5.35.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)