Skip to content

Commit

Permalink
Merge pull request #67 from ndaidong/3.0.6
Browse files Browse the repository at this point in the history
v3.0.6
  • Loading branch information
ndaidong authored Jun 14, 2023
2 parents 1db1503 + 501bc87 commit 8ef1112
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on: [push, pull_request]
jobs:
test:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
node_version: [14.x, 16.x, 18.x, 19.x]
node_version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,9 +24,8 @@ jobs:

- name: run npm scripts
run: |
npm i -g standard
npm install
npm run test
npm test
- name: sync to coveralls
uses: coverallsapp/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "txtgen-cjs",
"version": "3.0.5",
"version": "3.0.6",
"main": "./txtgen.js"
}
4 changes: 2 additions & 2 deletions dist/cjs/txtgen.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/txtgen.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ef1112

Please sign in to comment.