Skip to content

Commit

Permalink
Merge pull request #223 from release-it-plugins/bump-release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 20, 2022
2 parents 45fd397 + 125a4de commit 2cee69a
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.0.0", "15.1.1"]
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3"]

steps:
- uses: actions/checkout@v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion __tests__/plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import { createRequire } from 'module';
import tmp from 'tmp';
import { factory, runTasks } from 'release-it/test/util';
import { factory, runTasks } from 'release-it/test/util/index.js';
import Plugin from '../index.js';

const EDITOR = process.env.EDITOR || null;
Expand Down

0 comments on commit 2cee69a

Please sign in to comment.