Skip to content

Commit

Permalink
Support TS module resolution NodeNext (#104)
Browse files Browse the repository at this point in the history
* Support TS module resolution NodeNext

* Fix GitHub Workflow

* Update TS to support NodeNext tests (+ other dependencies)

* Remove unused dev dependency
  • Loading branch information
ottokruse authored Jan 10, 2023
1 parent ead6864 commit 7816990
Show file tree
Hide file tree
Showing 4 changed files with 2,852 additions and 5,970 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: install
Expand Down
Loading

0 comments on commit 7816990

Please sign in to comment.