Skip to content

Commit

Permalink
chore/upgrade Greenwood v0.31.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Jan 27, 2025
1 parent 3e1c88c commit 451ccf2
Show file tree
Hide file tree
Showing 4 changed files with 2,957 additions and 2,299 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

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

# match to your version of NodeJS
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.20.2
node-version: 22

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
22.13.0
Loading

0 comments on commit 451ccf2

Please sign in to comment.