diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7302154..2e651a7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -34,10 +34,10 @@ jobs: echo ::set-output name=DIST::${PWD}/dist echo ::set-output name=PACKAGE::${REPO##*/} - - name: Use Node.js 12.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Cache node modules uses: actions/cache@v2 diff --git a/.github/workflows/svn-deploy-plugin-on-release.yml b/.github/workflows/svn-deploy-plugin-on-release.yml index 9bcf9eb..68b579e 100644 --- a/.github/workflows/svn-deploy-plugin-on-release.yml +++ b/.github/workflows/svn-deploy-plugin-on-release.yml @@ -23,10 +23,10 @@ jobs: - name: PHP version run: php --version - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Node version run: node --version diff --git a/.github/workflows/upload-artifact-on-push.yml b/.github/workflows/upload-artifact-on-push.yml index c74dbf4..60c0bdb 100644 --- a/.github/workflows/upload-artifact-on-push.yml +++ b/.github/workflows/upload-artifact-on-push.yml @@ -27,10 +27,10 @@ jobs: - name: PHP version run: php --version - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Node version run: node --version diff --git a/.github/workflows/upload-asset-on-release.yml b/.github/workflows/upload-asset-on-release.yml index 206af68..64db597 100644 --- a/.github/workflows/upload-asset-on-release.yml +++ b/.github/workflows/upload-asset-on-release.yml @@ -28,10 +28,10 @@ jobs: - name: PHP version run: php --version - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Node version run: node --version