Skip to content

Commit

Permalink
chore: upgrade node version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Jan 15, 2024
1 parent 0f121fa commit d70cc69
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
always-auth: true
- run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn ci
- uses: actions/upload-artifact@v3
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn ci:nvda-install-dir
- run: Get-ChildItem $env:USERPROFILE\nvda
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"prepublish": "yarn build"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"@types/node": "^20.11.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@guidepup/guidepup": "^0.22.0",
"chalk": "^4.0.0",
"decompress": "^4.2.1",
"inquirer": "^8.2.0",
"regedit": "5.0.1",
"semver": "^7.3.8"
"semver": "^7.5.4"
},
"guidepupNvdaVersion": "0.1.1-2021.3.1"
}
Loading

0 comments on commit d70cc69

Please sign in to comment.