diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b40cb1c3f..c0e9982cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,12 +17,12 @@ jobs: - name: Checkout the project uses: actions/checkout@v2 - name: Setup node and NPM - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16' - name: Install npm shell: bash - run: npm install -g npm@^7 + run: npm install -g npm@^8 - name: Get the date id: date @@ -348,12 +348,12 @@ jobs: - name: Checkout the app uses: actions/checkout@v2 - name: Setup node and NPM - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16' - name: Install npm shell: bash - run: npm install -g npm@^7 + run: npm install -g npm@^8 - name: Get the date id: date @@ -378,10 +378,6 @@ jobs: ${{ runner.os }}-composer-${{ steps.date.outputs.date }}- ${{ runner.os }}-composer- - - name: Update NPM - shell: bash - run: sudo npm install -g npm - - name: Install the NPM dependencies shell: bash run: >- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5338d4ab6..469fea907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ - Remove deprecated `::v-deep` CSS syntax @christianlupus - Disable webpack bundle analyzer plugin by default to speed up development cycle [#1263](https://github.com/nextcloud/cookbook/pull/1263) @MarcelRobitaille +- Update github actions + [1269](https://github.com/nextcloud/cookbook/pull/1269) ### Documentation - Fix bad writing