Skip to content

Commit

Permalink
Use Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 authored and mxcl committed May 8, 2024
1 parent fecf240 commit a8cbe27
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 24 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ inputs:
default: on-failure
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'
post-if: runner.os == 'macOS'
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

41 changes: 25 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"semver": "^7.3.5"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/node": "^18.15.5",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.8",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
Expand Down
2 changes: 1 addition & 1 deletion tea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
---
version: 1.0.0
codeOwners:
- '0x5E2DE4A68df811AAAD32d71fb065e6946fA5C8d9' # mxcl
- '0x5E2DE4A68df811AAAD32d71fb065e6946fA5C8d9' # mxcl
quorum: 1
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"noImplicitAny": true,
"moduleResolution": "node"
Expand Down

0 comments on commit a8cbe27

Please sign in to comment.