Skip to content

Commit

Permalink
chore: drop Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 22, 2024
1 parent 28793de commit 2cd3e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14.x
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "22"
- name: Install Dependencies
run: npm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["14.x"]
node-version: ["22"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 2cd3e3b

Please sign in to comment.