1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-14 15:45:27 -04:00

run tests on node 19.x

This commit is contained in:
2022-11-18 10:50:18 -05:00
parent f0ca0343ea
commit 0f2353adbb
+1 -1
View File
@@ -16,10 +16,10 @@ jobs:
- macos-latest
- windows-latest
node:
- 19
- 18
- 16
- 14
- 12
fail-fast: false
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}