Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Aug 27, 2024
1 parent 7de59c2 commit ed0d4b6
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 @@ -264,7 +264,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '16.4.2'
node-version: '16.14.2'

- name: TRIM setting
run: echo "Trim value is $TRIM"
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '16.4.2'
node-version: '16.14.2'

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

0 comments on commit ed0d4b6

Please sign in to comment.