Skip to content

Commit 4fa10e7

Browse files
authored
feat: update deps (#2)
* feat: update node version * feat: update deps to latest * feat(command): replace new instance of command creation on exposed command * feat(command): update get ms folder and env pth * feat(command): revert new program instance creation
1 parent 6e4330a commit 4fa10e7

5 files changed

Lines changed: 3285 additions & 5500 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '18.13.0'
18+
node-version: '20.10.0'
1919
cache: 'npm'
2020

2121
- name: Publish npm packages / create github release

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.13.0
1+
20.10.0

0 commit comments

Comments
 (0)