Skip to content

Commit

Permalink
Merge pull request #3996 from facebook/fix_nodejs_version_warning
Browse files Browse the repository at this point in the history
fix nodejs deprecation warning
  • Loading branch information
Cyan4973 committed Apr 6, 2024
2 parents 6f7f59b + ebf24b7 commit 87af5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3
- uses: msys2/setup-msys2@5beef6d11f48bba68b9eb503e3adc60b23c0cc36 # tag=v2
- uses: msys2/setup-msys2@cc11e9188b693c2b100158c3322424c4cc1dadea # tag=v2.22.0
with:
msystem: ${{ matrix.msystem }}
install: make zlib git p7zip mingw-w64-${{matrix.env}}-gcc
Expand Down

0 comments on commit 87af5fb

Please sign in to comment.