We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aedd7 commit 763991fCopy full SHA for 763991f
1 file changed
.github/workflows/integration.yml
@@ -16,8 +16,8 @@ jobs:
16
max-parallel: 1
17
matrix:
18
node:
19
- - 20.15.1
20
- - 22.3.0
+ - 20.19.0
+ - 22.14.0
21
steps:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-node@v4
@@ -57,7 +57,7 @@ jobs:
57
path: static-files-destination
58
59
# Push coverage data
60
- - if: matrix.node == '22.3.0'
+ - if: matrix.node == '22.14.0'
61
run: |
62
git config --global user.name github-actions
63
git config --global user.email github-actions@github.com
0 commit comments