diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ff0949d..41a97c7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: "12.12.0" + node-version: "14.19.0" - run: npm ci - run: npm run build - run: npm run lint @@ -41,8 +41,8 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: "12.12.0" - + node-version: "14.19.0" + #build package - run: npm ci - run: npm run build diff --git a/package-lock.json b/package-lock.json index 37d32547..3d63ca02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brightscript", - "version": "2.27.2", + "version": "2.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "brightscript", - "version": "2.27.2", + "version": "2.28.0", "license": "MIT", "dependencies": { "@vscode/extension-telemetry": "^0.4.7", diff --git a/package.json b/package.json index a6bda405..92ffcf93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "brightscript", "displayName": "BrightScript Language", - "version": "2.27.2", + "version": "2.28.0", "publisher": "RokuCommunity", "description": "Language support for Roku's BrightScript language.", "author": {