diff --git a/.github/workflows/nodejs-license.yaml b/.github/workflows/nodejs-license.yaml index cdfc22ce4a26..7ab1a48ce4f8 100644 --- a/.github/workflows/nodejs-license.yaml +++ b/.github/workflows/nodejs-license.yaml @@ -49,7 +49,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16.15.1 + node-version: 18.18.0 - name: Install yarn run: npm install -g yarn license-checker diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000000..6aab9b43fa34 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v18.18.0