Skip to content

Commit

Permalink
chore/upgrade greenwood v0.30.0 (#5)
Browse files Browse the repository at this point in the history
* upgrade greenwood v0.30.0

* bump alpha.2

* nvmrc file

* bump to greenwood v0.30.0-alpha.3

* bump to greenwood v0.30.0-alpha.3

* upgrade alpha.6

* v0.30.0 final
  • Loading branch information
thescientist13 authored Nov 2, 2024
1 parent 03afb00 commit cec86f2
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 385 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ jobs:

build-and-deploy:
runs-on: ubuntu-20.04

strategy:
matrix:
node: [18]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
node-version: ${{ matrix.node }}

- name: Install Dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.2
Loading

0 comments on commit cec86f2

Please sign in to comment.