diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b96a2b9..3f58ffe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm i - run: npm test env: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm publish diff --git a/package.json b/package.json index e11d780..e9e0cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsappcloudapi_wrapper", - "version": "1.0.14", + "version": "1.0.15", "description": "Tired of doing things wrong? This package provides you with an easy way to get started and start building on the Whatsapp Cloud API. This is an unofficial wrapper for the Whatsapp Cloud API.", "main": "index.js", "author": "Daggie Blanqx",