Skip to content

Commit

Permalink
ci: upgrade node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Dec 14, 2023
1 parent 11301b6 commit c133f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main CI Workflow

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:
Expand All @@ -15,12 +15,12 @@ jobs:
ARANGO_USERNAME: root
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: xinova/arangodb-action@v1
with:
arangodb version: 'latest'
arangodb version: "latest"

- uses: actions/checkout@v3
name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit c133f82

Please sign in to comment.