File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [16, 18 ]
19+ node-version : [20, 22, 24 ]
2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 name : test - node.js ${{ matrix.node-version }}
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 cache : " npm"
29- - run : npm ci --package-lock
29+ - run : npm ci
3030 - run : npm test
3131
3232 lint :
3535 - uses : actions/checkout@v6
3636 - uses : actions/setup-node@v6
3737 with :
38- node-version : 16
38+ node-version : 24
3939 cache : " npm"
40- - run : npm ci --package-lock
41- - run : npm run lint:ci
40+ - run : npm ci
41+ - run : npm run lint
Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [16, 18 ]
19+ node-version : [20, 22, 24 ]
2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 name : test - node.js ${{ matrix.node-version }}
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 cache : " npm"
29- - run : npm ci --package-lock
29+ - run : npm ci
3030 - run : npm test
3131
3232 lint :
3535 - uses : actions/checkout@v6
3636 - uses : actions/setup-node@v6
3737 with :
38- node-version : 16
38+ node-version : 24
3939 cache : " npm"
40- - run : npm ci --package-lock
41- - run : npm run lint:ci
40+ - run : npm ci
41+ - run : npm run lint
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - uses : actions/checkout@v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : 16
16+ node-version : 24
1717 cache : " npm"
1818 registry-url : https://registry.npmjs.org/
19- - run : npm ci --package-lock
19+ - run : npm ci
2020 - run : npm publish --access public
2121 env :
2222 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
You can’t perform that action at this time.
0 commit comments