Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vosferatu committed Dec 21, 2023
1 parent 5e03d5b commit 49caea2
Show file tree
Hide file tree
Showing 2 changed files with 1,900 additions and 2,246 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node: [ '12', '14', '16' ]
node: [ '14', '16', '18' ]

name: Node ${{ matrix.node }}

Expand All @@ -38,6 +38,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --frozen-lockfile --prefer-offline
run: yarn --prefer-offline
- name: Run Linter
run: yarn lint
Loading

0 comments on commit 49caea2

Please sign in to comment.