Skip to content

Commit ab85d06

Browse files
committed
Fix typos
1 parent f99b17a commit ab85d06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-pkg-paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node (16)
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.xx
19+
node-version: 16.x
2020
- name: Yarn install
2121
run: yarn
2222
- name: Yarn build

.github/workflows/release-log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Repo
1515
uses: actions/checkout@master
1616

17-
- name: Setup Node.js 14.x
17+
- name: Setup Node.js 16.x
1818
uses: actions/setup-node@master
1919
with:
2020
node-version: 16.x

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919
fetch-depth: 0
2020

21-
- name: Setup Node.js 14.x
21+
- name: Setup Node.js 16.x
2222
uses: actions/setup-node@master
2323
with:
2424
node-version: 16.x

.github/workflows/release-tweet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout Repo
2222
uses: actions/checkout@master
23-
- name: Setup Node.js 14.x
23+
- name: Setup Node.js 16.x
2424
uses: actions/setup-node@master
2525
with:
2626
node-version: 16.x

0 commit comments

Comments
 (0)