Skip to content

Commit 7bc581e

Browse files
2.28.0
1 parent 5b28888 commit 7bc581e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@master
2222
- uses: actions/setup-node@master
2323
with:
24-
node-version: "12.12.0"
24+
node-version: "14.19.0"
2525
- run: npm ci
2626
- run: npm run build
2727
- run: npm run lint
@@ -41,8 +41,8 @@ jobs:
4141
- uses: actions/checkout@master
4242
- uses: actions/setup-node@master
4343
with:
44-
node-version: "12.12.0"
45-
44+
node-version: "14.19.0"
45+
4646
#build package
4747
- run: npm ci
4848
- run: npm run build

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.27.2",
4+
"version": "2.28.0",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {

0 commit comments

Comments
 (0)