Skip to content

Commit

Permalink
Merge pull request #196 from ymrl/update_node
Browse files Browse the repository at this point in the history
🆙 update node version
  • Loading branch information
ymrl authored Oct 24, 2024
2 parents a18c865 + 6de234a commit 0b3fa99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: "npm"

- name: Install dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: "npm"

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: 22
cache: "npm"

- name: Install dependencies
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: 22
cache: "npm"

- name: Install dependencies
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: 22
cache: "npm"

- name: Install dependencies
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: 22
cache: "npm"

- name: Git config
Expand Down

0 comments on commit 0b3fa99

Please sign in to comment.