Skip to content

ipsec.security-association.sa[].share-session を enable にする。 #214

ipsec.security-association.sa[].share-session を enable にする。

ipsec.security-association.sa[].share-session を enable にする。 #214

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: npm install and test
run: |
npm ci
npm test