Skip to content

Commit f39eb79

Browse files
authored
Merge pull request #522 from voxpupuli/nodejs24
Add NodeJS 24 to test matrix
2 parents 709556c + 4ef11d2 commit f39eb79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
name: Puppet
2525
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
2626
with:
27-
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22'
27+
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22,24'

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ spec/spec_helper_acceptance.rb:
33
unmanaged: true
44
.github/workflows/ci.yml:
55
with:
6-
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22'
6+
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22,24'

0 commit comments

Comments
 (0)