Browse Source

Upgrade node because old npm is broken

Thomas Dy 3 years ago
parent
commit
d587ed9e1c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/build.yaml

+ 3 - 2
.github/workflows/build.yaml

@@ -11,8 +11,9 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-node@v2
         with:
-          node-version: '14'
-      - run: npm install
+          node-version: '15'
+
+      - run: npm ci
 
       - name: Typecheck
         run: npm run typecheck