diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index ed7545a..febfa5f 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -9,6 +9,7 @@ on: jobs: publish: runs-on: default + #runs-on: self-hosted steps: # Checkout the repository @@ -28,7 +29,7 @@ jobs: # > Version Spec of the version to use in SemVer notation. # > 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 - node-version: 'latest' + node-version: '20.x' # 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/). 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) - name: Transpile/Build the package (TypeScript -> JavaScript) run: | diff --git a/package.json b/package.json index 3ef698c..d3a1556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "author": "Bridgeman Accessible ", "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git",