Skip to content

Commit e9514d7

Browse files
committed
chore(gh-action): use node@20
1 parent 650e9b2 commit e9514d7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@master
9-
- uses: actions/setup-node@v3
9+
- uses: actions/setup-node@v4
1010
with:
11-
node-version: "16"
11+
node-version: 20
1212
- run: npm i --save-dev
13-
- name: eslint
13+
- name: lint
1414
run: |
1515
npm run lint
16-
- name: tsc
17-
run: |
18-
npx tsc
1916
build:
2017
name: Build package
2118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)