We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f0431 commit d1a9edbCopy full SHA for d1a9edb
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ env:
31
32
jobs:
33
build-linux:
34
- name: Build on Linux
+ name: Build on ubuntu-latest # Name must match the repo setting
35
runs-on: ubuntu-slim
36
37
steps:
@@ -77,7 +77,7 @@ jobs:
77
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: false # ${{ github.event_name == 'push' }}
78
79
build-windows:
80
- name: Build on windows
+ name: Build on Windows
81
runs-on: windows-latest
82
83
if: github.event_name != 'merge_group' || github.repository == 'nodejs/nodejs.org'
0 commit comments