Skip to content

Commit

Permalink
ci: use only node 18 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Apr 19, 2023
1 parent 516f5a0 commit c6f4625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "Setup node with cache"
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: 'yarn'

- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [ 14, 16, 18 ]
version: [ 18 ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c6f4625

Please sign in to comment.