Skip to content

Commit 9c87ce2

Browse files
committed
chore: removed yarn, set node to 12
1 parent 26f4f21 commit 9c87ce2

4 files changed

Lines changed: 10 additions & 5913 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x, 15.x]
19+
node-version: [10.x, 12.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -25,5 +25,6 @@ jobs:
2525
uses: actions/setup-node@v1
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: yarn install
29-
- run: yarn test
28+
- run: npm install
29+
- run: npm lint
30+
- run: npm test

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

catalog-info.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ metadata:
44
name: plugins-sdk-nodejs
55
annotations:
66
github.com/project-slug: Staffbase/plugins-sdk-nodejs
7+
jira/project-key: NFS
8+
jira/component: sdk
79
tags:
810
- javascript
11+
- sdk
12+
- public
913
spec:
1014
type: library
15+
owner: need-for-speed
1116
lifecycle: production

0 commit comments

Comments
 (0)