Skip to content

Commit

Permalink
chore: change CI to run on Node 20 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 15, 2025
1 parent 4be721a commit 4f71ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
# define which version of NodeJS to run the build
node: [18]
node: [20]

steps:
- name: Clone repository
Expand Down

0 comments on commit 4f71ccc

Please sign in to comment.