Skip to content

Commit

Permalink
ci: Use Node 18.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 13, 2024
1 parent ba49e72 commit e334e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 21.4.0
- name: Use Node.js 18.14.2
uses: actions/[email protected]
with:
node-version: 21.4.0
node-version: 18.14.2

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit e334e1e

Please sign in to comment.