Skip to content

Commit

Permalink
updated node version for automated testing
Browse files Browse the repository at this point in the history
node v20 became active LTS on 2023-10-24
  • Loading branch information
gavinr-maps committed Nov 27, 2023
1 parent 288e807 commit ecd62f1
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
@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
env:
NODE_VERSION: 18
NODE_VERSION: 20
jobs:
setup:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ecd62f1

Please sign in to comment.