Skip to content

Commit

Permalink
GitHub CI isn't happy with -S
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Jan 8, 2020
1 parent 4f3c871 commit 04b13ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spique",
"version": "3.0.2",
"version": "3.0.3",
"description": "A spiral deque - high performance and dynamic queue size",
"main": "spique.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S node --expose-gc
#!/usr/bin/env node
"use strict";

const assert = require("assert");
Expand Down

0 comments on commit 04b13ea

Please sign in to comment.