Add utility libraries and use correct signers and algorithms #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: pull_request | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run lint and test | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 20.9.0 | |
- run: yarn install --immutable | |
- run: yarn run test |