Skip to content

Commit

Permalink
chore: change name to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
riqwan committed Dec 12, 2023
1 parent 6b71820 commit 1b69471
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 20 environment
- name: Setup Node.js 21 environment
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20
- name: Setup Node.js 21
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20
- name: Setup Node.js 21
uses: actions/setup-node@v3
with:
node-version: "21.1.0"
Expand Down

0 comments on commit 1b69471

Please sign in to comment.