Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 22, 2023
1 parent c4c5b2d commit 5b346ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Node 9.x
uses: actions/setup-node@v1
- name: Set up Node 14
uses: actions/setup-node@v4
with:
node-version: 9.x
node-version: 14
- name: Install dependencies
run:
make install build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

## Prerequisites

- NPM (>= 5.6)
- Node 14
- NPM 6

## Getting Started
Note that this project is largely a placeholder. It has been used to split out frontend code from the backend, and it
Expand Down

0 comments on commit 5b346ca

Please sign in to comment.