Skip to content

Commit

Permalink
Address Node.js 12 action deprecation (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Dec 21, 2022
1 parent 94bdc98 commit 7c3b60d
Show file tree
Hide file tree
Showing 4 changed files with 1,597 additions and 168 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ branding:
icon: "clipboard"
color: "blue"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require("dotenv").config();
const { WakaTimeClient, RANGE } = require("wakatime-client");
const Octokit = require("@octokit/rest");
const { Octokit } = require("@octokit/rest");

const {
GIST_ID: gistId,
Expand Down
Loading

0 comments on commit 7c3b60d

Please sign in to comment.