Update to Node 18 (#34001)
This commit is contained in:
4
.github/actions/node-npm-setup/action.yml
vendored
4
.github/actions/node-npm-setup/action.yml
vendored
@@ -11,10 +11,10 @@ runs:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}
|
||||
|
||||
- name: Setup node
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version: '16.17.0'
|
||||
node-version-file: '.node-version'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user