Skip to content

Commit f7b8758

Browse files
fix(deps): update all non-major dependencies
1 parent 66ae5b6 commit f7b8758

File tree

5 files changed

+1744
-882
lines changed

5 files changed

+1744
-882
lines changed

.github/workflows/publish-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '12.x'
19+
node-version: '12.22.12'
2020
registry-url: 'https://registry.npmjs.org/'
2121

2222
- name: Edit package.json to remove custom registry config

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '12.x'
17+
node-version: '12.22.12'
1818
registry-url: 'https://registry.npmjs.org/'
1919

2020
- name: Edit package.json to remove custom registry config

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.20.2

0 commit comments

Comments
 (0)