Skip to content

Commit

Permalink
enhancement/upgrade Greenwood v0.31.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Jan 27, 2025
1 parent 8c3dc1a commit 5af9691
Show file tree
Hide file tree
Showing 6 changed files with 1,404 additions and 742 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
node: [18]
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 @@
18.20.4
22.13.0
6 changes: 1 addition & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
skip_processing = true

[build.environment]
NODE_VERSION = "18.20.2"

[[redirects]]
from = "/docs/tech-stack/"
to = "/about/tech-stack/"
NODE_VERSION = "22.13.0"

[[redirects]]
status = 302
Expand Down
Loading

0 comments on commit 5af9691

Please sign in to comment.