Skip to content

Commit

Permalink
revert node version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Aug 27, 2024
1 parent 214f2a0 commit e954a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16.20.2'
node-version: '16.14.2'

- name: Get versions
run: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '16.20.2'
node-version: '16.14.2'

- name: TRIM setting
run: echo "Trim value is $TRIM"
Expand Down

0 comments on commit e954a2b

Please sign in to comment.