Skip to content

Commit

Permalink
Upgrade version dependencies of CI in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Oct 12, 2023
1 parent a3bb6e2 commit 06fff04
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
services:
postgres:
image: postgres
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 06fff04

Please sign in to comment.