Skip to content

Commit

Permalink
Updated checks to support new hashFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Sep 23, 2024
1 parent 2945e40 commit 65ed270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: "checking out"
uses: actions/checkout@v2
- name: "Checkout submodules"
run: git submodule update --init --recursive
run: git submodule update --init --recursive

- name: "setting up npm"
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '20.x'

###############
# NPM CHECKS
Expand All @@ -49,7 +49,7 @@ jobs:
# Test back-end correct build
- name: build-backend
run: npm run be:build

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 65ed270

Please sign in to comment.