Explorar o código

Upgrade node because old npm is broken

Thomas Dy %!s(int64=3) %!d(string=hai) anos
pai
achega
d587ed9e1c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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