ci: target specific node version

This commit is contained in:
Palm 2023-02-13 10:45:17 +07:00
parent 25d51179cc
commit b47b7cbc22

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
node-version: "18"
cache: 'npm'
- name: Setup semantic-release
run: npm install