1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 22:57:21 +02:00

run tests in node 14

This commit is contained in:
hakimel
2023-01-10 09:48:11 +01:00
parent 9f629a9d38
commit 6378df47c0

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2