Skip to content

Commit ce49cda

Browse files
authored
NPM package update (#42)
* package update * package update * update node * cleanup * cleanup
1 parent 03ed63f commit ce49cda

5 files changed

Lines changed: 4780 additions & 17153 deletions

File tree

.github/workflows/cd_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@master
3434
with:
35-
node-version: "16"
35+
node-version: "21"
3636
- name: Cache node modules
3737
uses: actions/cache@master
3838
env:

.github/workflows/cd_prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: "16"
22+
node-version: "21"
2323
- name: Cache node modules
2424
uses: actions/cache@master
2525
env:

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ module.exports = {
2222

2323
displayName: {
2424
name: 'TinyNode',
25-
color: 'cyan',
25+
color: 'cyan'
2626
},
2727

2828
// Indicates whether the coverage information should be collected while executing the test
2929
collectCoverage: true,
3030

3131
// An array of glob patterns indicating a set of files for which coverage information should be collected
3232
collectCoverageFrom: [
33-
"**/*.js",
33+
"**/*.js"
3434
],
3535

3636
// Indicates which provider should be used to instrument code for coverage

0 commit comments

Comments
 (0)