Skip to content

Commit

Permalink
2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 11, 2022
1 parent 5b28888 commit a9847ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "12.12.0"

#build package
- run: npm ci
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a9847ff

Please sign in to comment.