Skip to content

Commit

Permalink
Merge pull request #60 from randlabs/updated_deps
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
mxmauro authored Sep 26, 2023
2 parents 0bfd2cb + 99a945f commit db69a01
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 1,847 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": [ "jest", "@typescript-eslint" ],
"plugins": [ "@typescript-eslint" ],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
Expand Down Expand Up @@ -50,7 +50,6 @@
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
"es6": true
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License (MIT)

Copyright (c) 2022 RandLabs Inc. and contributors
Copyright (c) 2022-2023 RandLabs Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
required: false

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit db69a01

Please sign in to comment.