Skip to content

Commit

Permalink
chore(ci): Bump node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 16, 2023
1 parent c1d5d65 commit 21303df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
- name: Install dependencies
run: npm install --no-save
- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
- name: Install dependencies
run: npm install --no-save
- name: Run test
Expand Down

0 comments on commit 21303df

Please sign in to comment.