Skip to content

Commit

Permalink
Node 21.x is being flaky; revert to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaWork committed Nov 22, 2023
1 parent 0b09fd3 commit ad4275d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 20.x
cache: "npm"
- name: Install packages
working-directory: norbit-webapp
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit ad4275d

Please sign in to comment.