Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node v16 for Yarn v3
- name: Setup Node v20 for Yarn v3
uses: actions/setup-node@v3
with:
node-version: "16.15.0" # Current LTS version
node-version: "20.19.5" # Current LTS version

- name: Enable Corepack for Yarn v3
run: corepack enable
Expand Down Expand Up @@ -190,10 +190,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node v16 for Yarn v3
- name: Setup Node v20 for Yarn v3
uses: actions/setup-node@v3
with:
node-version: "16.15.0" # Current LTS version
node-version: "20.19.5" # Current LTS version

- name: Enable Corepack for Yarn v3
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.15.1",
"@adobe/gatsby-theme-aio": "^4.15.3",
"gatsby": "4.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ __metadata:
languageName: node
linkType: hard

"@adobe/gatsby-theme-aio@npm:^4.15.1":
version: 4.15.1
resolution: "@adobe/gatsby-theme-aio@npm:4.15.1"
"@adobe/gatsby-theme-aio@npm:^4.15.3":
version: 4.15.3
resolution: "@adobe/gatsby-theme-aio@npm:4.15.3"
dependencies:
"@adobe/focus-ring-polyfill": ^0.1.5
"@adobe/gatsby-source-github-file-contributors": ^0.3.1
Expand Down Expand Up @@ -131,7 +131,7 @@ __metadata:
gatsby: ^4.22.0
react: ^17.0.2
react-dom: ^17.0.2
checksum: ecaca48ce1714f23a042da1ac0446b14074520dcd99aea3f89c9c89f9284a1889edfb24d00701302cf69692b51ed61994262dcc7f209d110cc0224c72ffbca70
checksum: b3d3ba8960bb3516bedd56f5da82a7d7f3b7b693496294ce914a32691c3c29b3036c415a1f03475b794172fb907f3a44565ffce27975bbc3c351b6bd8defee6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -8189,7 +8189,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "dev-site-documentation-template@workspace:."
dependencies:
"@adobe/gatsby-theme-aio": ^4.15.1
"@adobe/gatsby-theme-aio": ^4.15.3
gatsby: 4.22.0
react: ^17.0.2
react-dom: ^17.0.2
Expand Down