[dev] Define Node version in repository (#4799)
This commit is contained in:
parent
e45b408f77
commit
48e8bf6dda
4
.github/workflows/package-and-publish.yml
vendored
4
.github/workflows/package-and-publish.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user