Skip to content

Commit

Permalink
chore: bump node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Oct 30, 2023
1 parent d011431 commit 1529632
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 1,232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout repository
Expand Down
Loading

0 comments on commit 1529632

Please sign in to comment.