Skip to content

Commit

Permalink
0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 27, 2024
1 parent 38585ae commit 0478fd3
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 @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
node-version: "14.18.1"
- run: npm ci
- run: npm run build
- run: npm run lint
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "10.19.0"
node-version: "14.18.1"
- 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": "roku-debug",
"version": "0.21.6",
"version": "0.21.7",
"description": "Debug adapter for Roku application development using Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0478fd3

Please sign in to comment.