Skip to content

Commit

Permalink
upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario committed Oct 9, 2023
1 parent e3b4f38 commit 134e31c
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 3,093 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": true
},
"plugins": ["simple-import-sort"],
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ outputs:
description: Full NDK version

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

0 comments on commit 134e31c

Please sign in to comment.