Skip to content

Commit

Permalink
update node version to 18 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
tesla59 authored and agrawal-d committed Jun 28, 2023
1 parent 7135aca commit 09b4ff2
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 8,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [13.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [13.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: TypeScript

on:
push:
branches: [main]
Expand All @@ -11,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [13.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [13.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 09b4ff2

Please sign in to comment.