Skip to content

Commit

Permalink
Merge pull request #13 from yajamon/dev-modernize
Browse files Browse the repository at this point in the history
Dev modernize
  • Loading branch information
yajamon authored Apr 27, 2022
2 parents c24a491 + 6a5900b commit 843c347
Show file tree
Hide file tree
Showing 4 changed files with 5,139 additions and 8,971 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@yajamon'
- run: npm ci
Expand Down
Loading

0 comments on commit 843c347

Please sign in to comment.