Skip to content

Commit

Permalink
deploy_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Dec 28, 2023
1 parent a3d8b6e commit e15d9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hajar-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: [self-hosted, linux, x64, A01]
strategy:
matrix:
node-version: [16.x]
node-version: [21.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 21
registry-url: https://registry.npmjs.org/
always-auth: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hajar",
"version": "1.1.37",
"version": "1.1.38",
"description": "Toolkit to create SaaS applications",
"author": "Sikka Software <contact@sikka.io> (http://sikka.io)",
"license": "MIT",
Expand Down

0 comments on commit e15d9c7

Please sign in to comment.