mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-23 22:52:08 +00:00
Remove Node.js 19 from CI and add Node.js 22, update actions versions.
This commit is contained in:
parent
aa86eaaffe
commit
138a2a2e6e
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -11,12 +11,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ 18, 19, 20 ]
|
||||
node: [ 18, 20, 22 ]
|
||||
name: Node.js ${{ matrix.node }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- run: npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user