Skip to content

Commit

Permalink
WIP: node 18 + lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent 0452122 commit 2640a1d
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-legacy-release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install packages
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v3
name: Install Node 16
name: Install Node 18
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install packages.
run: npm ci
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Retrieve latest snapshot version
run: node prepare.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node 16
- name: Install Node 18
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install project dependencies
run: npm ci
Expand Down
154 changes: 92 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.3.1",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.1",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/ui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"lerna": "^7.3.1",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"semver": "^7.5.4",
"style-dictionary": "2.10.3",
"stylelint": "^15.10.3",
Expand Down

0 comments on commit 2640a1d

Please sign in to comment.