Skip to content

Commit 44bd0dd

Browse files
authored
fix: lock windows env (#163)
1 parent 1f421c9 commit 44bd0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build-windows:
7-
runs-on: windows-latest
7+
runs-on: windows-2019
88
steps:
99
- name: Clone gyp-next
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)