Skip to content

Commit 2814443

Browse files
authored
Merge pull request #218 from 10up/dependabot/npm_and_yarn/npm_and_yarn-8f7bf4d678
Bump the npm_and_yarn group across 1 directory with 2 updates
2 parents 25b371e + 6402ec4 commit 2814443

File tree

10 files changed

+26365
-17319
lines changed

10 files changed

+26365
-17319
lines changed

.github/workflows/build-release-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup node version and npm cache
3939
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
4040
with:
41-
node-version: 16
41+
node-version-file: '.nvmrc'
4242
cache: 'npm'
4343

4444
- name: Install Node dependencies

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
core:
2222
- {name: 'WP latest', version: 'latest'}
23-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.5'}
23+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
2424
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
2525

2626
steps:

.github/workflows/dotorg-asset-readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node version
1717
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1818
with:
19-
node-version: 16
19+
node-version-file: '.nvmrc'
2020
cache: npm
2121

2222
- name: Build

.github/workflows/dotorg-push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use nvm
1717
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1818
with:
19-
node-version: 16
19+
node-version-file: '.nvmrc'
2020
check-latest: false
2121

2222
- name: Install and build NPM

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.21.1
1+
v20.19.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Twenty Twenty One default theme | Newspack base theme
2323
## Requirements
2424

2525
* PHP Requires: 7.4+
26-
* WordPress Requires at least: 6.5+
26+
* WordPress Requires at least: 6.6+
2727

2828
## Theme Compatibility
2929

0 commit comments

Comments
 (0)