2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

cicd: update node version

This commit is contained in:
Alexander Shabunevich
2024-06-02 18:26:05 +03:00
parent 0ba638c0e6
commit 7256b60deb
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install
run: npm ci