Browse Source

fix: get nightly after ci

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

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

@@ -28,6 +28,10 @@ jobs:
       - name: Run npm install
         run: npm ci
 
+      - uses: actions/setup-node@v3
+        with:
+          node-version: "21.0.0-nightly20230921480ab8c3a4"
+
       - name: Checkout test assets
         uses: actions/checkout@v4
         with: