Skip to content

Commit

Permalink
Merge pull request #4 from fryorcraken/upgrade-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken authored Aug 5, 2022
2 parents aafb378 + df83a77 commit 5a3fd2d
Show file tree
Hide file tree
Showing 10 changed files with 15,966 additions and 42,121 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"plugins": ["jest", "@typescript-eslint"],
"extends": ["plugin:github/es6"],
"plugins": ["github", "jest", "@typescript-eslint"],
"extends": ["plugin:github/internal", "plugin:github/typescript"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": "./tsconfig.json"
"project": "./tsconfig.dev.json"
},
"env": {
"node": true,
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ inputs:
default: "npx size-limit --json"
description: "The script used to generate size-limit results"
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 5a3fd2d

Please sign in to comment.