Skip to content

Commit

Permalink
continuing to attempt bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Oct 21, 2024
1 parent b631b3c commit 06bd5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js version
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.4
with:
node-version: '18.x'
node-version: '20.x'

- name: create env file (in frontend/ directory) -- development
id: create-env-file-dev
Expand Down

0 comments on commit 06bd5d9

Please sign in to comment.