diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b555466..46c7358 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 24.x] steps: - uses: actions/checkout@v1 @@ -21,6 +21,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install + - run: npm ls cyberchef - run: npm run build --if-present - run: npm run lint-test - - run: npm test \ No newline at end of file + - run: npm test