We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe13f5 commit cd4a5aeCopy full SHA for cd4a5ae
2 files changed
.github/workflows/native_build.yaml
@@ -21,9 +21,9 @@ jobs:
21
java-version: '17'
22
distribution: 'adopt'
23
24
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
25
with:
26
- node-version: '18.x'
+ node-version: 22
27
cache: 'yarn'
28
cache-dependency-path: '**/yarn.lock'
29
@@ -57,9 +57,9 @@ jobs:
57
steps:
58
- uses: actions/checkout@v4
59
60
61
62
63
64
65
.github/workflows/test.yaml
@@ -15,9 +15,9 @@ jobs:
15
16
17
18
19
20
- uses: actions/cache@v4
0 commit comments