Skip to content

Commit

Permalink
chore: Upgrade the node version used in CI (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Dec 9, 2024
1 parent 69962a0 commit 7b2f777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: |
npm install
env:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

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

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 7b2f777

Please sign in to comment.