Skip to content

Commit

Permalink
Update to latest of jsdom, node
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 17, 2023
1 parent 3dad9ee commit 1089ff5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "==================="
- uses: actions/setup-node@v3
with:
node-version: '14.19.1'
node-version: '18.16.0'
- name: Check Path 2
run: |
echo "==================="
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittestnavigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
- uses: actions/setup-node@v3
with:
node-version: '14.19.1'
node-version: '18.16.0'
# it seems that using the default Ubuntu version of node (14.19.0)
# somehow fails to set the correct path for rake to use
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion www/board/agenda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/rubys/whimsy-agenda.git"
},
"devDependencies": {
"jsdom": "^11.1.0",
"jsdom": "^22.0.0",
"jsdom-global": "^3.0.2",
"jquery": "^3.2.1",
"vue": "^2.4.4",
Expand Down
2 changes: 1 addition & 1 deletion www/roster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},

"devDependencies": {
"jsdom": "^11.1.0",
"jsdom": "^22.0.0",
"jquery": "^3.2.1",
"react": "^0.13.3"
}
Expand Down

0 comments on commit 1089ff5

Please sign in to comment.