We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60599a commit 23d3cadCopy full SHA for 23d3cad
2 files changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-tags: true
24
25
- name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
27
with:
28
node-version: ${{ matrix.node-version }}
29
.github/workflows/capacitor-build.yml
@@ -13,16 +13,16 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Setup Node.js
19
20
21
- node-version: "20"
+ node-version: "22"
22
cache: "npm"
- name: Setup Java JDK
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
distribution: "temurin"
java-version: "21"
0 commit comments