Skip to content

Commit 774a6e4

Browse files
committed
Update dev dependencies
1 parent 285b57a commit 774a6e4

File tree

6 files changed

+1466
-1303
lines changed

6 files changed

+1466
-1303
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
* text=auto eol=lf
2+
3+
/.github/ export-ignore

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x, 16.x]
16+
node-version: [12.x, 18.x]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'

.github/workflows/npmpublish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
12-
- uses: actions/setup-node@v1
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 12
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm test
1717

1818
publish-npm:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v1
23-
- uses: actions/setup-node@v1
22+
- uses: actions/checkout@v3
23+
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 12
25+
node-version: 18
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish
@@ -33,10 +33,10 @@ jobs:
3333
# needs: build
3434
# runs-on: ubuntu-latest
3535
# steps:
36-
# - uses: actions/checkout@v1
37-
# - uses: actions/setup-node@v1
36+
# - uses: actions/checkout@v3
37+
# - uses: actions/setup-node@v3
3838
# with:
39-
# node-version: 12
39+
# node-version: 18
4040
# registry-url: https://npm.pkg.github.com/
4141
# scope: '@alexandrainst'
4242
# - run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Generic Node-RED nodes for a JSON data pipeline, suitable for continuous/streaming input, and with dynamic configuration.
44

5-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alexandrainst/node-red-contrib-json-multi-schema/Node%20CI?logo=github)
5+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alexandrainst/node-red-contrib-json-multi-schema/nodejs.yml?branch=master&logo=github)
66
![npm](https://img.shields.io/npm/dy/node-red-contrib-json-multi-schema?logo=npm)
77
![Docker Pulls](https://img.shields.io/docker/pulls/synchronicityiot/node-red-contrib-json-multi-schema?logo=docker)
88

0 commit comments

Comments
 (0)