Skip to content

Commit

Permalink
Update nodejs to 18.x (LTS) (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq authored Aug 15, 2023
1 parent b70c5ba commit fb49dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x]
node-version: [18.x]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fb49dda

Please sign in to comment.