Skip to content

Commit

Permalink
Use node 18 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Feb 26, 2024
1 parent 80665e8 commit 81a827d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn build:dist
Expand Down

0 comments on commit 81a827d

Please sign in to comment.