Skip to content

Commit

Permalink
Merge pull request #20 from kokoichi206/update/node-version
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
kokoichi206 authored Dec 20, 2023
2 parents e9a3e8a + 98fb35c commit c527306
Show file tree
Hide file tree
Showing 4 changed files with 1,722 additions and 6,510 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: ./.node-version
cache: npm
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: ./.node-version
- name: Install dependencies
run: npm install
- name: Build and export as a static file
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10.0
Loading

1 comment on commit c527306

@vercel
Copy link

@vercel vercel bot commented on c527306 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.