1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-07 19:40:31 +02:00

updated min Go and Node.js verion in CONTRIBUTING.md

This commit is contained in:
Gani Georgiev 2024-01-22 16:54:12 +02:00
parent a44a73a17c
commit 6fd2e7ab0f

View File

@ -10,8 +10,8 @@ This document describes how to prepare a PR for a change in the main repository.
## Prerequisites
- Go 1.19+ (for making changes in the Go code)
- Node 16+ (for making changes in the Admin UI)
- Go 1.21+ (for making changes in the Go code)
- Node 18+ (for making changes in the Admin UI)
If you haven't already, you can fork the main repository and clone your fork so that you can work locally: