Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 27, 2024
1 parent 1f631ed commit b634f67
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
node-version: "14.19.0"
- run: npm ci
- run: npm run preversion
- run: npm run publish-coverage
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
node-version: "14.19.0"
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
- 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,6 +1,6 @@
{
"name": "brighterscript-formatter",
"version": "1.7.0",
"version": "1.7.1",
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b634f67

Please sign in to comment.