We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404660d commit ce33529Copy full SHA for ce33529
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
20
with:
21
node-version-file: '.nvmrc'
22
- name: Build it
@@ -41,7 +41,7 @@ jobs:
41
runs-on: macos-latest
42
43
44
45
46
47
- name: Prepare for app signing and notarization
@@ -73,7 +73,7 @@ jobs:
73
runs-on: windows-latest
74
75
76
77
78
79
0 commit comments