Skip to content

Commit

Permalink
added action
Browse files Browse the repository at this point in the history
  • Loading branch information
bm-fez committed Oct 2, 2019
1 parent c5525e7 commit b4d2c1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: rfennell/JSONFileVersioner@v1
with:
path: 'testdata'
field: 'version'
versio: '1.2.3'
filenamepattern: '.json'
recursion: 'true'
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit b4d2c1a

Please sign in to comment.