diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a818194..2b61ab6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,15 +5,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use Node.js 14.x - uses: actions/setup-node@v1 - with: - node-version: 14.x - - name: npm install, build, and test - run: | - npm install - npm run build - npm test - env: - CI: true + - uses: actions/checkout@v2 + - name: Use Node.js 18.x + uses: actions/setup-node@v1 + with: + node-version: 18.x + - name: npm install, build, and test + run: | + npm install + npm run build + npm test + env: + CI: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 416d4d9..8e219eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 18 registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci diff --git a/examples/index.html b/examples/index.html index 5627089..5818f59 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,34 +1,51 @@ - - + + Codestin Search App - + -

Simple form

-

Input 422 for an error response.

-
- - - - - -
+
+

auto-check-element

+

Simple form

+

Input 422 for an error response.

+ +
+

All fields marked with * are required

+ + + + + + + +
+ +

Form that has custom validity messages

+

Input 422 for an error response.

+ +
+

All fields marked with * are required

-

Form that has custom validity messages

-

Input 422 for an error response.

- - - - - - -
+ + + + + + + +