Skip to content

Remove check-latest from setup-node. #6530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6f55e1b
Use test branch of props bot.
desrosj Feb 15, 2024
553cba9
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Feb 15, 2024
21d3646
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Feb 16, 2024
c786b77
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Feb 20, 2024
7e0d556
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Feb 25, 2024
9b2f7eb
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Feb 26, 2024
a5335d5
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 3, 2024
b926267
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 5, 2024
b60162b
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 5, 2024
5171fbb
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 7, 2024
645dc54
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 14, 2024
4868775
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 19, 2024
8bf389e
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 19, 2024
8de5d2d
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 25, 2024
c73c3bd
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 26, 2024
3aae977
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Mar 27, 2024
e9927b5
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 2, 2024
8648725
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 4, 2024
bd751e7
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 10, 2024
d71969b
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 11, 2024
be75912
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 17, 2024
4d403c3
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 22, 2024
17150e9
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj Apr 30, 2024
a6cef56
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj May 2, 2024
bd667ab
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj May 6, 2024
f33a483
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj May 6, 2024
3a97744
Merge remote-tracking branch 'upstream/trunk' into trunk
desrosj May 8, 2024
05420a0
Remove `check-latest`.
desrosj May 8, 2024
2c0dfb8
Revert unintentional change.
desrosj May 8, 2024
b16e410
Test changes within PR branch.
desrosj May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/callable-test-core-build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm

- name: Log debug information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm
cache-dependency-path: |
package-lock.json
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Tests the WordPress Core build process on multiple operating systems.
test-core-build-process:
name: Core running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@try/fix-windows-tests
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -54,7 +54,7 @@ jobs:
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-core-build-process-macos:
name: Core running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@try/fix-windows-tests
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand All @@ -70,7 +70,7 @@ jobs:
# Tests the Gutenberg plugin build process on multiple operating systems when run within a wordpress-develop checkout.
test-gutenberg-build-process:
name: Gutenberg running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@try/fix-windows-tests
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -93,7 +93,7 @@ jobs:
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-gutenberg-build-process-macos:
name: Gutenberg running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@try/fix-windows-tests
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand Down
Loading