Skip to content

Commit f6b3129

Browse files
committed
Node Update
1 parent 9031992 commit f6b3129

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
run: make test
5858
- name: Check Node
5959
run: node -e 'console.log(process.versions)'
60+
- name: Update Submodule
61+
run: git submodule update
62+
- name: Tree
63+
run: tree
6064
- name: "Upload coverage to Codecov"
6165
uses: codecov/codecov-action@v4
6266
# with:

package-lock.json

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "js2pysecrets",
33
"version": "0.0.0",
4+
"private": true,
45
"description": "This package.json stub is used for CI processes in a Python package. It includes dependencies required for testing.",
56
"main": "secrets.js",
67
"scripts": {
@@ -14,5 +15,8 @@
1415
"split"
1516
],
1617
"author": "Brian LaVallee <brian.lavallee@invite-comm.jp>",
17-
"license": "MIT"
18+
"license": "MIT",
19+
"dependencies": {
20+
"secrets.js-grempe": "^2.0.0"
21+
}
1822
}

0 commit comments

Comments
 (0)