2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-20 20:00:34 +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 - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 20
- name: Install - name: Install
run: npm ci run: npm ci