diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d334c86..dcf915b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,10 +31,17 @@ jobs: with: persist-credentials: false fetch-depth: 0 + + - uses: actions/setup-node@v3 + with: + node-version: 18 - uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.SSH_RELEASE_KEY }} + + - name: Build + run: yarn build - name: Release run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b944e..8184538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.3 (Mon Aug 07 2023) + +#### ⚠️ Pushed to `main` + +- chore(node): downgrade to node 18 ([@edwarddamato](https://github.com/edwarddamato)) + +#### Authors: 1 + +- Edward D'Amato ([@edwarddamato](https://github.com/edwarddamato)) + +--- + # v2.0.2 (Mon Aug 07 2023) #### 🐛 Bug Fix diff --git a/package.json b/package.json index fabe4d7..120c397 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "@pleo-io/config-man", - "version": "2.0.2", + "version": "2.0.3", "description": "Config manager", "main": "dist/index.js", "author": "René Bischoff (https://github.com/fjandin)", "homepage": "https://github.com/pleo-io/config-man", - "readme": "README.md", "repository": { "type": "git", "url": "https://github.com/pleo-io/config-man.git"