Skip to content

Commit 65ed270

Browse files
committed
Updated checks to support new hashFunction
1 parent 2945e40 commit 65ed270

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: "checking out"
2626
uses: actions/checkout@v2
2727
- name: "Checkout submodules"
28-
run: git submodule update --init --recursive
28+
run: git submodule update --init --recursive
2929

3030
- name: "setting up npm"
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: '12.x'
33+
node-version: '20.x'
3434

3535
###############
3636
# NPM CHECKS
@@ -49,7 +49,7 @@ jobs:
4949
# Test back-end correct build
5050
- name: build-backend
5151
run: npm run be:build
52-
52+
5353
- name: 'Upload Artifact'
5454
uses: actions/upload-artifact@v4
5555
with:

0 commit comments

Comments
 (0)