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.
1 parent 7642cb4 commit a85d9b8Copy full SHA for a85d9b8
.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@4
14
- name: Use Node.js
15
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@4.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