ci: update node verion for website build

This commit is contained in:
Evgeny Poberezkin 2023-06-11 08:40:47 +01:00
parent d585e8f5a7
commit 161b43e85d

View file

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