Compare commits

...

4 Commits
8.1.0 ... 9.0.0

Author SHA1 Message Date
Christian Kellner
1bf012f13e next fredy version 2024-07-24 09:44:13 +02:00
Christian Kellner
933dc3fc64 using node 20 in tests as well 2024-07-24 09:43:11 +02:00
Christian Kellner
42c48fdceb using only 64 bit 2024-07-24 09:41:34 +02:00
Christian Kellner
f07aa0a06d using node 20 2024-07-24 09:39:27 +02:00
5 changed files with 6 additions and 6 deletions

View File

@@ -44,4 +44,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/i386, linux/arm64
platforms: linux/amd64, linux/arm64

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2.5.1
with:
node-version: 18
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn run test

View File

@@ -1,4 +1,4 @@
FROM node:18
FROM node:20
WORKDIR /fredy

View File

@@ -17,7 +17,7 @@ _Fredy_ is supported by JetBrains under Open Source Support Program
## Usage
- Make sure to use Node.js 18 or above
- Make sure to use Node.js 20 or above
- Run the following commands:
```ssh
yarn (or npm install)

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "8.1.0",
"version": "9.0.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node index.js",
@@ -45,7 +45,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"browserslist": [