Skip to content

Commit cc1e142

Browse files
Pin dependency node to 18.20.8
1 parent b24a94c commit cc1e142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 18.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18.x
22+
node-version: 18.20.8
2323
cache: 'npm'
2424
- run: npm i -g npm@latest
2525
- name: Install Dependencies

0 commit comments

Comments
 (0)