Skip to content

Commit

Permalink
ci: stick on Node v18.18 and v20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 9, 2023
1 parent 9845c30 commit bd624c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
matrix:
node:
- 16
- 18
- 18.18
- 20.9
os:
- macos-latest
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
18.18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.11.0",
"scripts": {
"build": "run-p build:*",
"build:r": "r -f cjs",
Expand Down
2 changes: 1 addition & 1 deletion scripts/languages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'node:fs'

import LinguistLanguages from 'linguist-languages'
import { SupportLanguage } from 'prettier'
import type { SupportLanguage } from 'prettier'

const EXTRA_SH_LANGUAGES: SupportLanguage[] = [
{
Expand Down

0 comments on commit bd624c2

Please sign in to comment.