There was an error while loading. Please reload this page.
1 parent 3013a56 commit 61a4940Copy full SHA for 61a4940
1 file changed
.github/workflows/ci.yml
@@ -10,19 +10,13 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v6
14
- - uses: actions/setup-node@v6
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
15
with:
16
- node-version: 24
+ node-version-file: .nvmrc
17
cache: 'npm'
18
+
19
- run: npm ci
- - name: lint
20
- run: npm run lint
+ - run: npm run lint
21
- 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 }}
+ - run: npm run test:ci
0 commit comments