Skip to content

Commit

Permalink
Unbreak tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Mar 26, 2024
1 parent 72c71f1 commit ae7ee7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [ 6.4.0, latest ]
node-version: [ 12.20.0, latest ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion dumpASN1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
'use strict';

import * as fs from 'node:fs';
import { Base64 } from './base64.js';
Expand Down
1 change: 0 additions & 1 deletion parseRFC.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#! /usr/bin/env node
'use strict';

import * as fs from 'node:fs';

Expand Down

0 comments on commit ae7ee7b

Please sign in to comment.