Skip to content

Commit a4412b1

Browse files
committed
Update Node
1 parent 5cf243d commit a4412b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/branch-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 12
16+
node-version: 20
1717
- run: yarn --frozen-lockfile
1818
- run: yarn lint:check
1919
- run: yarn build

.github/workflows/npm-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 12
17+
node-version: 20
1818
- run: yarn --frozen-lockfile
1919
- run: yarn lint:check
2020
- run: yarn build
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 12
30+
node-version: 20
3131
registry-url: https://registry.npmjs.org/
3232
- run: yarn --frozen-lockfile
3333
- run: yarn build
@@ -42,7 +42,7 @@ jobs:
4242
# - uses: actions/checkout@v4
4343
# - uses: actions/setup-node@v4
4444
# with:
45-
# node-version: 12
45+
# node-version: 20
4646
# registry-url: https://npm.pkg.github.com/
4747
# - run: yarn --frozen-lockfile
4848
# - run: yarn build

0 commit comments

Comments
 (0)