Skip to content

Commit

Permalink
Update dependencies including vnu-jar to v24.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 22, 2024
1 parent 95ce44a commit ed22b2d
Show file tree
Hide file tree
Showing 4 changed files with 2,814 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20]
node: [14, 16, 18, 20, 22]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const gulp = require('gulp');
const validator = require('.');
const validator = require('./index.js');

const ok = () => {
let status = true;
Expand Down
Loading

0 comments on commit ed22b2d

Please sign in to comment.