Skip to content

Commit

Permalink
Merge pull request #152 from iden3/chore/update-node-versions
Browse files Browse the repository at this point in the history
Update node versions in GHA tests
  • Loading branch information
OBrezhniev authored Apr 9, 2024
2 parents 1cb2027 + 24dc6f1 commit fdd388c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Continuous Integration
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand All @@ -10,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ["12", "14", "16", "18"]
node-version: ["16", "18", "20"]

steps:
- name: Checkout project
Expand Down

0 comments on commit fdd388c

Please sign in to comment.