Skip to content

Commit

Permalink
chore(deps): Update deps, add Node 20 to CI (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue authored Mar 25, 2024
1 parent 9dce9f1 commit fd273f5
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 177 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
Loading

0 comments on commit fd273f5

Please sign in to comment.