Skip to content

ci(runnable): add node.js version 21.x, 22.x, 23.x, 24.x #67

ci(runnable): add node.js version 21.x, 22.x, 23.x, 24.x

ci(runnable): add node.js version 21.x, 22.x, 23.x, 24.x #67

name: runnable old node
on: [ push, pull_request ]
jobs:
runnable:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 6, 7, 8, 9, 10.x, 11.x, 12.x, 13.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run with CommonJS
run: node example/commonjs.js