Skip to content

Commit

Permalink
No longer CD from main (#1024)
Browse files Browse the repository at this point in the history
This creates a lot of noise on NPM, making package info harder to read.
  • Loading branch information
NSeydoux authored Oct 12, 2023
1 parent 22c14bb commit 2e86db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 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

0 comments on commit 2e86db8

Please sign in to comment.