Skip to content

Commit

Permalink
Added package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyAssurance committed Apr 17, 2024
1 parent 51ac028 commit 2c05e81
Show file tree
Hide file tree
Showing 3 changed files with 26,048 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ node_modules/
build/
lib/
yarn.lock
package-lock.json
#package-lock.json
.coverage
Loading

0 comments on commit 2c05e81

Please sign in to comment.