We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7642cb4 + ad292d1 commit 0be7010Copy full SHA for 0be7010
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@v4
14
- name: Use Node.js
15
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@v4.2
16
with:
17
node-version: '20.x'
18
cache: 'npm'
19
- run: npm ci
20
- run: npm run build
21
- - run: npm run lint
+ - run: npm run lint
0 commit comments