Skip to content

Commit b6fde90

Browse files
jasonbahltheodesp
authored andcommitted
- update workflow to use node 22
- update package.json for @faustwp/blocks to use relative path to @faustwp/core
1 parent b40f20b commit b6fde90

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/lint-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '18'
15+
node-version: '22'
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm run lint

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blocks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"devDependencies": {
1717
"@testing-library/jest-dom": "^5.16.5",
1818
"@types/node": "^18.0.6",
19-
"@types/react": "^17.0.34"
19+
"@types/react": "^17.0.34",
20+
"@faustwp/core": "file:../faustwp-core"
2021
},
2122
"scripts": {
2223
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)