summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-25 22:12:30 +0200
committerGitHub <noreply@github.com>2025-01-25 22:12:30 +0200
commit160cb5a7c2a733ee9c1eaa69008148ba9c21125d (patch)
tree7d5649d027444443e4aedda7293627d37d956d00 /.github/workflows
parent7f3a7e9770623743fde1cc9fde8aea7d476a5700 (diff)
parentd8d3118a9bdfe822292d1f4d28d2879aaa1ae86f (diff)
Merge pull request #3 from askonomm/2-if-the-content-starts-and-ends-with-----add-content-item-frontmatter
Implement FrontMatter parsing.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 8cc0d23..47a1275 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
- node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
+ node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
steps:
- uses: actions/checkout@v4