Skip to content

Commit

Permalink
🔥 remove node14 references
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed Aug 9, 2022
1 parent 80dbb38 commit bad4e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18 ]
name: Test Node v${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: setup npm@^7
run: npm -g install npm@^7
if: matrix.node == 14 # remove when deprecate node14
- name: install dependencies
run: npm ci
- name: build package
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,5 @@ npm run test

### Requirements

- [Node 14 or higher](https://nodejs.org/en/download/)
- [NPM 7 or higher](https://www.npmjs.com/package/npm)

### Recommendations

- [Node 16](https://nodejs.org/en/download/)
- [NPM 8](https://www.npmjs.com/package/npm)
- [Node 16 or higher](https://nodejs.org/en/download/)
- [NPM 8 or higher](https://www.npmjs.com/package/npm)

0 comments on commit bad4e8a

Please sign in to comment.