Browse Source

fix: use correct node version for ci

Jonathan Jogenfors 1 year ago
parent
commit
e8a20fd492
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/test.yml

+ 0 - 2
.github/workflows/test.yml

@@ -22,8 +22,6 @@ jobs:
         uses: actions/checkout@v4
         uses: actions/checkout@v4
 
 
       - uses: actions/setup-node@v3
       - uses: actions/setup-node@v3
-        with:
-          node-version: "21.0.0-nightly20230921480ab8c3a4"
 
 
       - name: Run npm install
       - name: Run npm install
         run: npm ci
         run: npm ci