Skip to content

Commit

Permalink
ci: run tests on node 14 (#1239)
Browse files Browse the repository at this point in the history
* ci: run tests on node 14

* Fixes test

* Stops running tests on Node 13

Co-authored-by: Maël Nison <nison.mael@gmail.com>
  • Loading branch information
paul-soporan and arcanis committed Apr 30, 2020
1 parent 1bf8833 commit 707df83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
node:
- 10
- 12
- 13
- 14
platform:
- ubuntu-latest
- windows-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe(`Commands`, () => {

await run(`install`);

await fsUtils.writeFile(`${path}/lib/foo.js`);
await fsUtils.writeFile(`${path}/lib/foo.js`, ``);

const {stdout} = await run(`pack`, `--dry-run`);
await expect(stdout).toMatch(/lib\/foo\.js/);
Expand Down

0 comments on commit 707df83

Please sign in to comment.