Skip to content

Commit

Permalink
Merge pull request #64 from sor4chi/feat/update-ci-node
Browse files Browse the repository at this point in the history
ci: update node version
  • Loading branch information
sor4chi committed Jun 8, 2024
2 parents a5de1d8 + ee73726 commit 20b2176
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
cache-prefix: turbogha_

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
with:
cache-prefix: turbogha_

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down Expand Up @@ -100,10 +100,10 @@ jobs:
with:
cache-prefix: turbogha_

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down Expand Up @@ -142,10 +142,10 @@ jobs:
with:
cache-prefix: turbogha_

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
always-auth: true
scope: "@hono-storage"

Expand Down

0 comments on commit 20b2176

Please sign in to comment.