mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-06 06:06:47 +00:00
CI: drop Node 14
This commit is contained in:
parent
ebf22f2ee7
commit
3520a357f5
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
node:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 16.x, 18.x, 20.x]
|
||||
node-version: [16.x, 18.x, '20.x']
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
name: Node ${{ matrix.node-version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user