Skip to content

Commit

Permalink
Update validate_database_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 21, 2023
1 parent 794af72 commit e9e23b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_database_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: fts3-databases

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14' # Use the Node.js version you prefer
node-version: '18' # Use the Node.js version you prefer

- name: Install dependencies
run: npm install ajv-cli
Expand Down

0 comments on commit e9e23b3

Please sign in to comment.