Skip to content

Change over to node js from deno #149

Change over to node js from deno

Change over to node js from deno #149

Workflow file for this run

name: Testing
on: [push, pull_request]
strategy:

Check failure on line 4 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / Testing

Invalid workflow file

The workflow is not valid. .github/workflows/node.js.yml (Line: 4, Col: 1): Unexpected value 'strategy'
matrix:
node-version: ["18.x", "20.x"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run build
- run: npm test