Skip to content

Commit 763991f

Browse files
committed
upg node in tests
1 parent b3aedd7 commit 763991f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
max-parallel: 1
1717
matrix:
1818
node:
19-
- 20.15.1
20-
- 22.3.0
19+
- 20.19.0
20+
- 22.14.0
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
@@ -57,7 +57,7 @@ jobs:
5757
path: static-files-destination
5858

5959
# Push coverage data
60-
- if: matrix.node == '22.3.0'
60+
- if: matrix.node == '22.14.0'
6161
run: |
6262
git config --global user.name github-actions
6363
git config --global user.email github-actions@github.com

0 commit comments

Comments
 (0)