Skip to content

Commit 3448b45

Browse files
enhancement: upgrade Greenwood v0.33.0 (#91)
* upgrade alpha.0 * upgrade github actions runner * bump alpha.2 * bump alpha.5 * bump alpha.6 * bump alpha.6 * bump alpha.8 * bump v0.33.0
1 parent fa1077e commit 3448b45

File tree

7 files changed

+891
-1541
lines changed

7 files changed

+891
-1541
lines changed

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node: [20, 22]
12+
node: [22, 24]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on: [pull_request]
55
jobs:
66

77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99

1010
strategy:
1111
matrix:
12-
node: [20, 22]
12+
node: [22, 24]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22.18.0

greenwood.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import { greenwoodPluginMarkdown } from "@greenwood/plugin-markdown";
2+
13
export default {
2-
prerender: true
4+
prerender: true,
5+
plugins: [
6+
greenwoodPluginMarkdown()
7+
]
38
};

0 commit comments

Comments
 (0)