Skip to content

Commit

Permalink
feat: upgrade for deno 1.40 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 28, 2024
1 parent f171af1 commit bdd273a
Show file tree
Hide file tree
Showing 15 changed files with 445 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- uses: denoland/setup-deno@v1
with:
deno-version: 1.38.1
deno-version: 1.40.2
- run: deno lint
if: matrix.os == 'ubuntu-latest'
- run: deno fmt --check
Expand Down
12 changes: 12 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/shim-deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ starting this project and for their contributions—specifically
1. In `/.github/workflows/ci.yml`, increase the deno version in the setup-deno
action
1. Update version in `./tools/denolib.ts`
1. Go into `./third_party/deno` and update the submodule (there's probably
better instructions):
1. Go into `./third_party/deno` and update the submodule:
- `git fetch --tags`
- `git checkout v1.x.x` -- replace with version
- `git submodule update`
Expand Down
Loading

0 comments on commit bdd273a

Please sign in to comment.