Skip to content

Commit

Permalink
bump yamlvalidator and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickuhlmann committed Jul 23, 2023
1 parent 53b2f73 commit a154dab
Show file tree
Hide file tree
Showing 5 changed files with 1,584 additions and 1,567 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vue-router": "^3.5.4",
"vue2-leaflet": "^2.7.1",
"webpack": "^5.88.1",
"yaml-validator": "^4.0.0"
"yaml-validator": "^5.0.0"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.18.9",
Expand Down
Loading

0 comments on commit a154dab

Please sign in to comment.