Skip to content

Commit bce71b6

Browse files
committed
build: 👷 Add node to release workflow
1 parent c534d52 commit bce71b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v4.2.2
1919

20+
- name: Set up Node.js
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: '20'
24+
cache: 'npm'
25+
2026
- name: Install Node dependencies
2127
run: npm install
2228

0 commit comments

Comments
 (0)