Skip to content

Commit

Permalink
Upgrade to Node 20 (#143)
Browse files Browse the repository at this point in the history
* Upgrade to Node 20

* Upgrade all dependencies
  • Loading branch information
connor-baer authored Mar 7, 2024
1 parent bf360a4 commit 0298935
Show file tree
Hide file tree
Showing 5 changed files with 3,759 additions and 3,879 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js v18
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
lts/iron
Loading

0 comments on commit 0298935

Please sign in to comment.