diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d5a369..194588a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - run: echo "VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f7f626..1441f9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.GPR_TOKEN }} - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Semantic release run: npx semantic-release diff --git a/README.md b/README.md index 50c4703..1380e6c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # @neuralegion/postman2har +**THIS REPO HAS BEEN DEPRECATED. THE DEVELOPMENT HAS MOVED TO A NEW REPOSITORY: https://github.com/NeuraLegion/har-sdk** + Transform you Postman collection to a series of HAR request objects. - https://schema.getpostman.com/collection/json/v2.1.0/draft-07/docs/index.html