1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 09:54: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

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