Skip to content

Commit

Permalink
fix(ci): Bump ci node versions as well (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Feb 12, 2024
1 parent 922f87d commit 3eb6886
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- run: npm install
- run: npm run lint

Expand All @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- run: npm install
- run: npm run test

Expand All @@ -43,10 +43,10 @@ jobs:
if: ${{ github.event_name != 'pull_request' && github.repository == '5e-bits/5e-database' }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- name: Refresh DB contents
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
Expand Down

0 comments on commit 3eb6886

Please sign in to comment.