Skip to content

Commit e70d66e

Browse files
committed
Node Update
1 parent bcfac91 commit e70d66e

4 files changed

Lines changed: 12 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
node-version: ${{ matrix.node-version }}
5151
cache: npm
5252
- name: Install Node dependencies
53-
run: npm install secrets.js-grempe
53+
run: npm install
5454
- name: Install project
5555
run: make install
5656
- name: Run tests
5757
run: make test
58-
- name: Check Node
59-
run: node -e 'console.log(process.versions)'
60-
- name: Update Submodule
61-
run: git submodule update --recursive
62-
- name: Tree
63-
run: tree
58+
- name: Check Node
59+
run: node -e 'console.log(process.versions)'
60+
# - name: Update Submodule
61+
# run: git submodule update --recursive
62+
# - name: Tree
63+
# run: tree
6464
- name: "Upload coverage to Codecov"
6565
uses: codecov/codecov-action@v4
6666
# with:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@ dmypy.json
130130

131131
# templates
132132
.github/templates/*
133+
134+
# NodeJS
135+
node_modules

package-lock.json

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

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
{
22
"name": "js2pysecrets",
3-
"version": "0.0.0",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "This package.json stub is used for CI processes in a Python package. It includes dependencies required for testing.",
6-
"main": "secrets.js",
7-
"scripts": {
8-
"test": "test"
9-
},
10-
"keywords": [
11-
"secret",
12-
"sharing",
13-
"shamir",
14-
"cryptography",
15-
"split"
16-
],
176
"author": "Brian LaVallee <brian.lavallee@invite-comm.jp>",
187
"license": "MIT",
198
"dependencies": {

0 commit comments

Comments
 (0)