Skip to content

Commit

Permalink
chore(build): downgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored May 19, 2024
1 parent e859387 commit 3bfb7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node.js CI

on: [push, pull_request, workflow_dispatch]
on: [push, pull_request]

jobs:
build:
Expand All @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20
- run: npm ci
- run: npm test

0 comments on commit 3bfb7eb

Please sign in to comment.