Skip to content

Commit

Permalink
Merge branch 'main' into chore/gh-actions-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcb55 authored Oct 12, 2023
2 parents 6596ec3 + 7285982 commit a94ce8f
Show file tree
Hide file tree
Showing 5 changed files with 694 additions and 187 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/cd.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: ".nvmrc"
registry-url: 'https://registry.npmjs.org'
scope: '@inrupt'
cache: 'npm'
- name: NPM install, test and publish
run: |
npm install
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit a94ce8f

Please sign in to comment.