Skip to content

Commit 61a4940

Browse files
chore(ci): bump ci.yml actions, remove codecov
1 parent 3013a56 commit 61a4940

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
14-
- uses: actions/setup-node@v6
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
14+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1515
with:
16-
node-version: 24
16+
node-version-file: .nvmrc
1717
cache: 'npm'
18+
1819
- run: npm ci
19-
- name: lint
20-
run: npm run lint
20+
- run: npm run lint
2121
- run: npm run build
22-
- name: test
23-
run: npm run test:ci
24-
25-
- name: coverage
26-
uses: codecov/codecov-action@v5
27-
with:
28-
token: ${{ secrets.CODECOV_TOKEN }}
22+
- run: npm run test:ci

0 commit comments

Comments
 (0)