We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204ae71 commit e3ca326Copy full SHA for e3ca326
1 file changed
.github/workflows/test.yaml
@@ -20,10 +20,10 @@ jobs:
20
- ionic-react
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
24
- - uses: actions/setup-node@v4
+ uses: actions/checkout@v5
+ - uses: actions/setup-node@v5
25
with:
26
- node-version: 18
+ node-version: 22
27
- name: Install
28
run: npm install
29
working-directory: ${{ matrix.exampleDir }}
0 commit comments