Skip to content

Commit

Permalink
build(nvmrc): bump Node.js version from 18 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 2, 2024
1 parent 760b3c9 commit e832afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 0 additions & 2 deletions src/browser.test.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import crypto from 'node:crypto';
import { before, describe, it } from 'node:test';

import assert from 'assert';
Expand All @@ -7,7 +6,6 @@ describe('browser', () => {
let digest;

before(async () => {
global.crypto = crypto;
digest = (await import('../cjs/browser.js')).digest;
});

Expand Down

0 comments on commit e832afa

Please sign in to comment.