Skip to content

Commit

Permalink
feat: deno_ast 0.28 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Aug 17, 2023
1 parent 7e855a5 commit bd4c775
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04-xl
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: full
# https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
Expand All @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Clippy
Expand Down
Loading

0 comments on commit bd4c775

Please sign in to comment.