Skip to content

Commit

Permalink
Revert "Update forms-flow-web-ci.yml (#2286)" (#2287)
Browse files Browse the repository at this point in the history
This reverts commit 853f837.
  • Loading branch information
shuhaib-aot authored Oct 21, 2024
1 parent 853f837 commit c3b47d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/forms-flow-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.20.0]
node-version: [14.17.0]

steps:
- uses: actions/checkout@v2
Expand All @@ -55,7 +55,7 @@ jobs:

strategy:
matrix:
node-version: [16.20.0]
node-version: [14.17.0]

steps:
- uses: actions/checkout@v2
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.20.0]
node-version: [14.17.0]

steps:
- uses: actions/checkout@v2
Expand All @@ -91,4 +91,4 @@ jobs:
- name: build to check strictness
id: build
run: |
npm run build
npm run build

0 comments on commit c3b47d7

Please sign in to comment.