Skip to content

Commit

Permalink
Upgrade Node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnxiao committed Jan 12, 2024
1 parent 832ad8b commit ce68714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
version: latest

- name: Set up Node.js LTS v16
- name: Set up Node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "pnpm"

- name: Install dependencies from lockfile
Expand Down

0 comments on commit ce68714

Please sign in to comment.