Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 12, 2023
1 parent 4584316 commit a5aca92
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 124 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: push

jobs:
test:
name: Lint, build, and test on node 14.x and ubuntu-latest
name: Lint, build, and test on node 20.x and ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 20.x
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Lint codebase
Expand Down
1 change: 0 additions & 1 deletion src/declare.d.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
declare module '@gmod/bgzf-filehandle'
Loading

0 comments on commit a5aca92

Please sign in to comment.