Skip to content

Commit a3fc396

Browse files
fix(deps): update all non-major dependencies
1 parent 2b760cf commit a3fc396

File tree

7 files changed

+1244
-609
lines changed

7 files changed

+1244
-609
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '18.x'
29+
node-version: '18.20.8'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v3
@@ -107,7 +107,7 @@ jobs:
107107
if: steps.pkg_version.outputs.publish == 1
108108
uses: actions/setup-node@v3
109109
with:
110-
node-version: '18.x'
110+
node-version: '18.20.8'
111111
registry-url: 'https://registry.npmjs.org/'
112112

113113
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '18.x'
28+
node-version: '18.20.8'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
18.20.8

0 commit comments

Comments
 (0)