Skip to content

Commit

Permalink
Refactor build command in windows-build.yml: Update runs-on to window…
Browse files Browse the repository at this point in the history
…s-2017
  • Loading branch information
minai621 committed Oct 18, 2024
1 parent 376741f commit c57dc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: windows-2019
runs-on: windows-2017
strategy:
matrix:
node-version: [18.x]
Expand Down
6 changes: 1 addition & 5 deletions native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
"dist/**/*",
"node_modules/**/*",
"package.json",
"!node_modules/**/*.{ts,map}",
"!**/*.{iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
"!.editorconfig",
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,yarn-error.log}"
"!node_modules/**/*.{ts,map}"
],
"directories": {
"output": "release"
Expand Down

0 comments on commit c57dc44

Please sign in to comment.