[dev] Define Node version in repository (#4799)

This commit is contained in:
zubiden 2024-08-06 20:06:02 +02:00 committed by Alexander Zinchuk
parent e45b408f77
commit 48e8bf6dda

View File

@ -24,10 +24,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Setup Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: ${{ vars.NODE_VERSION }}
- name: Cache node modules
id: npm-cache