diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d35f7c14..aa9daa9ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - - name: Node 16 + - name: Node 18 uses: actions/setup-node@v1 with: node-version: 18.x diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b38584c42..50f71733c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,7 +17,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - - name: Node 16 + - name: Node 18 uses: actions/setup-node@v1 with: node-version: 18.x diff --git a/.github/workflows/dev-demo-deploy.yml b/.github/workflows/dev-demo-deploy.yml index 1562c4f6e..7f036e991 100644 --- a/.github/workflows/dev-demo-deploy.yml +++ b/.github/workflows/dev-demo-deploy.yml @@ -17,7 +17,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - - name: Node 16 + - name: Node 18 uses: actions/setup-node@v1 with: node-version: 18.x