CI: Update Node version to 18

This commit is contained in:
Dan Stillman 2023-04-01 02:01:25 -04:00
parent 6b819e259c
commit 2e6fe3ddf1

View file

@ -12,7 +12,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
#cache: npm
# On GitHub