Skip to content

Commit fa4760f

Browse files
committed
Add NodeJS 22 to test matrix
1 parent 708d345 commit fa4760f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v3
2626
with:
27-
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
27+
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22'

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spec/spec_helper_acceptance.rb:
55
unmanaged: true
66
.github/workflows/ci.yml:
77
with:
8-
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
8+
beaker_facter: 'nodejs_version:NodeJS:16,18,20,22'
99
Gemfile:
1010
optional:
1111
':test':

0 commit comments

Comments
 (0)