Skip to content

Commit

Permalink
chore: bump to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Aug 5, 2022
1 parent 41e9ed4 commit 6bc1598
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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: 'node18'
main: 'dist/index.js'
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/bytes": "^3.1.1",
"@types/jest": "^28.1.6",
"@types/markdown-table": "^3.0.0",
"@types/node": "^12.7.12",
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 6bc1598

Please sign in to comment.