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 132ec55 commit d49b37cCopy full SHA for d49b37c
.github/workflows/build.yml
@@ -16,11 +16,11 @@ jobs:
16
command: prebuildify
17
args: --arch x64+arm64
18
- name: win32-x86
19
- os: windows-2019
+ os: windows-2022
20
node: x86
21
22
- name: win32-x64
23
24
node: x64
25
26
- name: linux-x64
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
- { os: ubuntu-latest, arch: x64 }
27
- - { os: windows-2019, arch: x64 }
+ - { os: windows-2022, arch: x64 }
28
steps:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-node@v4
0 commit comments