Skip to content

Commit

Permalink
Merge 4e3223f into 0c850a4
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 15, 2023
2 parents 0c850a4 + 4e3223f commit 73f32e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/NodeCI.yml
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Packages
run: npm install
- name: Lint
Expand All @@ -22,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cron.yml
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Packages
run: npm install
- name: Test
Expand Down

0 comments on commit 73f32e9

Please sign in to comment.