Skip to content

Commit 97293a4

Browse files
committed
chore(build): run pull workflow on both node 20 and 22
1 parent e1a70dc commit 97293a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: 22
9+
node-version: [20, 22]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)