1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 13:28:28 -04:00

CI: add Node.js 18

This commit is contained in:
XhmikosR 2022-06-06 08:01:44 +03:00 committed by GitHub
parent 47dc74a4e0
commit 79bf3c516b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [12, 14, 16]
node: [12, 14, 16, 18]
include:
- os: windows-latest
node: 16