Skip to content

Commit

Permalink
ci(github): bump suggested node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jul 7, 2022
1 parent c0e55e0 commit c4c2d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pipeline.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = {
// ? For even more debugging tools, see: https://bit.ly/2R6NAdZ
//
// * The semver version of node to install and setup before each job.
// nodeCurrentVersion: '15.x',
// nodeCurrentVersion: '18.x',
//
// * Node semver versions to run unit and integration tests against.
// nodeTestVersions: ['12.x', '14.x'],
// nodeTestVersions: ['14.x', '16.x', '18.x'],
//
// * Webpack semver versions to run unit and integration tests against.
// webpackTestVersions: ['5.x'],
Expand Down

0 comments on commit c4c2d00

Please sign in to comment.