Fixed automation issue and updated version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 27s

This commit is contained in:
Forgejo Actions 2025-06-24 17:04:20 -05:00 committed by Alan Bridgeman
parent d4f0f2a6b0
commit 62f4d1602b
2 changed files with 8 additions and 2 deletions

View file

@ -9,6 +9,7 @@ on:
jobs: jobs:
publish: publish:
runs-on: default runs-on: default
#runs-on: self-hosted
steps: steps:
# Checkout the repository # Checkout the repository
@ -28,7 +29,7 @@ jobs:
# > Version Spec of the version to use in SemVer notation. # > Version Spec of the version to use in SemVer notation.
# > It also admits such aliases as lts/*, latest, nightly and canary builds # > It also admits such aliases as lts/*, latest, nightly and canary builds
# > Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node # > Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: 'latest' node-version: '20.x'
# Taken from [Repo README](https://github.com/actions/setup-node#readme) # Taken from [Repo README](https://github.com/actions/setup-node#readme)
# #
@ -43,6 +44,11 @@ jobs:
# > Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). # > Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).
scope: '@BridgemanAccessible' scope: '@BridgemanAccessible'
#- name: Install libatomic
# run: |
# sudo apt-get update
# sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libatomic1
# Transpile/Build the package (TypeScript -> JavaScript) # Transpile/Build the package (TypeScript -> JavaScript)
- name: Transpile/Build the package (TypeScript -> JavaScript) - name: Transpile/Build the package (TypeScript -> JavaScript)
run: | run: |

View file

@ -1,6 +1,6 @@
{ {
"name": "@BridgemanAccessible/ba-web-framework", "name": "@BridgemanAccessible/ba-web-framework",
"version": "1.0.33", "version": "1.0.35",
"description": "A framework for web apps built atop Node, Express and other libraries and utilties that makes creating and maintaining Bridgeman Accessible web apps easier.", "description": "A framework for web apps built atop Node, Express and other libraries and utilties that makes creating and maintaining Bridgeman Accessible web apps easier.",
"author": "Bridgeman Accessible <info@bridgemanaccessible.ca>", "author": "Bridgeman Accessible <info@bridgemanaccessible.ca>",
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git", "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git",