Skip to content

Commit

Permalink
update actions (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus authored Jan 1, 2023
1 parent 9715848 commit 1bb668e
Show file tree
Hide file tree
Showing 4 changed files with 29,815 additions and 15,796 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: 'weekly'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}
Expand Down
Loading

0 comments on commit 1bb668e

Please sign in to comment.