Skip to content

Commit

Permalink
Update Node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTarren committed Dec 18, 2024
1 parent a525f64 commit 60dc3fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '18'
- name: Determine Node Version
id: node-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '18'
- name: Determine Node Version
id: node-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '18'
- name: Determine Node Version
id: node-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '18'
- name: Determine Node Version
id: node-version
run: |
Expand Down

0 comments on commit 60dc3fb

Please sign in to comment.