Skip to content

Commit

Permalink
bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaltsoon committed Jan 14, 2022
1 parent 03056af commit 01335b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.0.0
node-version: 16.6.1
- run: npm ci
- run: npm run lint
- run: npm test
env:
CI: true
CI: true

0 comments on commit 01335b0

Please sign in to comment.