Skip to content

Commit a9e399b

Browse files
chore(deps): update dependency node to v18.20.8 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2361f14 commit a9e399b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+2-2
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
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v3
110110
with:
111-
node-version: '18.x'
111+
node-version: '18.20.8'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

+1-1
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
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

0 commit comments

Comments
 (0)