Browse Source

fix: use correct node version for ci

Jonathan Jogenfors 1 năm trước cách đây
mục cha
commit
e8a20fd492
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .github/workflows/test.yml

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

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