Skip to content

Commit e5f8103

Browse files
author
Vinicius Reis
committed
👷 remove node14 tests
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
1 parent bbd32f6 commit e5f8103

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [14, 16, 18]
14+
node: [16, 18]
1515
name: Test Node v${{ matrix.node }}
1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/node.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: skjnldsv/read-package-engines-version-actions@v1.2
3030
id: versions
3131
with:
32-
fallbackNode: '^12'
33-
fallbackNpm: '^6'
32+
fallbackNode: '^16'
33+
fallbackNpm: '^8'
3434

3535
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
3636
uses: actions/setup-node@v3
@@ -55,4 +55,3 @@ jobs:
5555
git status
5656
git --no-pager diff
5757
exit 1 # make it red to grab attention
58-

0 commit comments

Comments
 (0)