Skip to content

Commit

Permalink
Downgrade CI to nodejs 18
Browse files Browse the repository at this point in the history
To ensure the scripts still work for people that haven't updated to v20 yet
  • Loading branch information
atjn committed Mar 7, 2024
1 parent cfa615e commit b90577c
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
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Use Node.js 20.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- name: Install testing dependencies
run: npm ci
- name: Test all apps and widgets
Expand Down

0 comments on commit b90577c

Please sign in to comment.