Skip to content

Commit

Permalink
test: maintenance fixups (#427)
Browse files Browse the repository at this point in the history
* ci: use `lts/*` instead of node 16

* test: remove non-existant import
  • Loading branch information
wolfy1339 authored Sep 24, 2024
1 parent 622d587 commit a71b1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: "lts/*"
cache: npm
- run: npm ci
- run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { request } from "@octokit/request";
import fetchMock, { type MockMatcherFunction } from "fetch-mock";
import fetchMock from "fetch-mock";
import { test, expect } from "vitest";

import { createTokenAuth } from "../src/index.js";
Expand Down

0 comments on commit a71b1d3

Please sign in to comment.