Skip to content

Commit

Permalink
chore: update node version for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Feb 21, 2024
1 parent 6fbd891 commit 63d671f
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 269 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.setup-cache.outputs.cache-hit != 'true'
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.x'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.0.0-alpha.10",
"@patternfly/documentation-framework": "^5.2.15",
"@patternfly/patternfly": "^6.0.0-alpha.74",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/react-code-editor": "^6.0.0-alpha.26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`TopologyControlBar should accept button options correctly 1`] = `
class="pf-v5-c-toolbar__content-section"
>
<div
class="pf-v5-c-toolbar__group pf-m-space-items-none"
class="pf-v5-c-toolbar__group"
>
<div
class="pf-v5-c-toolbar__item"
Expand Down Expand Up @@ -150,7 +150,7 @@ exports[`TopologyControlBar should display the default controls correctly 1`] =
class="pf-v5-c-toolbar__content-section"
>
<div
class="pf-v5-c-toolbar__group pf-m-space-items-none"
class="pf-v5-c-toolbar__group"
>
<div
class="pf-v5-c-toolbar__item"
Expand Down
Loading

0 comments on commit 63d671f

Please sign in to comment.