Skip to content

Commit b1f972a

Browse files
committed
Upgrade yarn and node
Signed-off-by: Gopal S Akshintala <gopala.akshintala@salesforce.com>
1 parent 038470c commit b1f972a

File tree

3 files changed

+1971
-1973
lines changed

3 files changed

+1971
-1973
lines changed

.github/workflows/gatsby.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Sample workflow for building and deploying a Gatsby site to GitHub Pages
21
# https://github.com/actions/starter-workflows/blob/main/pages/gatsby.yml
3-
#
42
name: Publish Gatsby site to Pages
53

64
on:
75
# Runs on pushes targeting the default branch
86
push:
9-
branches: ["$DEFAULT_BRANCH"]
7+
branches: ["source-v2"]
108

119
# Allows you to run this workflow manually from the Actions tab
1210
workflow_dispatch:
@@ -36,7 +34,7 @@ jobs:
3634
- name: Checkout
3735
uses: actions/checkout@v4
3836
- name: volta-cli
39-
uses: volta-cli/action@v4.0.1
37+
uses: volta-cli/action@v4
4038
- name: Setup Node
4139
uses: actions/setup-node@v4
4240
with:
@@ -79,4 +77,4 @@ jobs:
7977
steps:
8078
- name: Deploy to GitHub Pages
8179
id: deployment
82-
uses: actions/deploy-pages@v4
80+
uses: actions/deploy-pages@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"**/__tests__/fixtures/"
106106
],
107107
"volta": {
108-
"node": "20.10.0",
109-
"yarn": "4.0.2"
108+
"node": "20.11.0",
109+
"yarn": "4.1.0"
110110
}
111111
}

0 commit comments

Comments
 (0)