Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 14, 2023
1 parent ce84723 commit 86bdede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
dummy: 1 # change to force cache invalidation
node_version: 14.16.0
node_version: 18.14.2

jobs:
dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/browser-wallet-api-helpers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './wallet-api-types';
export * from './util';
export { detectConcordiumProvider } from './detector';
2 changes: 1 addition & 1 deletion packages/browser-wallet/test/wallet-api.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LaxNumberEnumValue } from '@concordium/browser-wallet-api-helpers/src/util';
import { LaxNumberEnumValue } from '@concordium/browser-wallet-api-helpers';

enum Enum {
One = 1,
Expand Down

0 comments on commit 86bdede

Please sign in to comment.