Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Nov 20, 2024
1 parent 2531077 commit bcda3b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/Jod'
- name: Install dependencies
run: |
cd wp-content/themes/mediasanctuary
npm install
- name: Build
run: |
cd wp-content/themes/mediasanctuary
npm run build
- name: Sync
env:
dest: "devmediasan@claudette.mayfirst.org:/home/members/nyma/sites/dev.mediasanctuary.org/web/wp-content/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a WordPress site, the theme `mediasanctuary` and the plugins it depends

## Developer dependencies

* [node.js](https://nodejs.org/) v16
* [node.js](https://nodejs.org/) v22
* [Docker Desktop](https://www.docker.com/products/docker-desktop)

## How to run locally
Expand Down

0 comments on commit bcda3b0

Please sign in to comment.