Skip to content

Commit

Permalink
fix: removing node 14 for integration test to see if 16 works
Browse files Browse the repository at this point in the history
  • Loading branch information
michail committed Mar 31, 2023
1 parent 9981ac4 commit 25806fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'chore(release):')"

runs-on: ubuntu-latest

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration Test

on:
push:
branches:
branches:
- master
- develop
paths-ignore:
Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14, 16]
node: [16]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 25806fe

Please sign in to comment.