We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2945e40 commit 65ed270Copy full SHA for 65ed270
1 file changed
.github/workflows/checks.yml
@@ -25,12 +25,12 @@ jobs:
25
- name: "checking out"
26
uses: actions/checkout@v2
27
- name: "Checkout submodules"
28
- run: git submodule update --init --recursive
+ run: git submodule update --init --recursive
29
30
- name: "setting up npm"
31
uses: actions/setup-node@v2
32
with:
33
- node-version: '12.x'
+ node-version: '20.x'
34
35
###############
36
# NPM CHECKS
@@ -49,7 +49,7 @@ jobs:
49
# Test back-end correct build
50
- name: build-backend
51
run: npm run be:build
52
-
+
53
- name: 'Upload Artifact'
54
uses: actions/upload-artifact@v4
55
0 commit comments