Skip to content

Commit

Permalink
bump to v0.31.0-alpha.5 and bump to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 18, 2025
1 parent 527b6ad commit 754ff4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [20]
node: [22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.13.0
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@eslint/json": "^0.5.0",
"@eslint/markdown": "^6.2.0",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@greenwood/cli": "~0.31.0-alpha.3",
"@greenwood/plugin-css-modules": "~0.31.0-alpha.3",
"@greenwood/plugin-import-raw": "~0.31.0-alpha.3",
"@greenwood/cli": "~0.31.0-alpha.5",
"@greenwood/plugin-css-modules": "~0.31.0-alpha.5",
"@greenwood/plugin-import-raw": "~0.31.0-alpha.5",
"@ls-lint/ls-lint": "^1.10.0",
"@mapbox/rehype-prism": "^0.9.0",
"@storybook/addon-essentials": "^8.0.6",
Expand Down

0 comments on commit 754ff4b

Please sign in to comment.