Skip to content

Update README.md to enhance clarity on AES encryption and user key re… #6

Update README.md to enhance clarity on AES encryption and user key re…

Update README.md to enhance clarity on AES encryption and user key re… #6

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

(Line: 16, Col: 7): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Set local environment variable
env:
HECATE_API_KEY: ${{ secrets.HECATE_API_KEY }}
- run: npm test