1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -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
+1 -1
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