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 6ef0fcd commit 7152608Copy full SHA for 7152608
.github/workflows/ci.yml
@@ -6,12 +6,10 @@ jobs:
6
main:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Create npm configuration
10
- run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
11
- env:
12
- token: ${{ secrets.GITHUB_TOKEN }}
13
-
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16
15
- run: npm ci
16
- run: npm run lint
17
- run: npm run build
0 commit comments