mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Merge pull request #8 from niclaz/data-tests-patch
Data tests patch - fixed typo on ajv-format + updated package in .workflow
This commit is contained in:
commit
e4f2f661b5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
||||
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./dist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import Ajv from "npm:ajv@8.17.1";
|
||||
import addFormats from "npm:ajv-formats@3.O.1";
|
||||
import addFormats from "npm:ajv-formats@3.0.1";
|
||||
|
||||
import { Engine } from "./engine.js";
|
||||
|
||||
|
|
Loading…
Reference in a new issue