diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e70ca13be..a1d2d62f7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e187a19b8f..8d44cd4270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: os: - ubuntu-latest node: - - 14 + - 16 steps: - name: Clone Repository @@ -62,7 +62,7 @@ jobs: os: - ubuntu-latest node: - - 14 + - 16 steps: - name: Clone Repository @@ -102,7 +102,7 @@ jobs: os: - ubuntu-latest node: - - 14 + - 16 steps: - name: Clone Repository @@ -142,7 +142,7 @@ jobs: os: - ubuntu-latest node: - - 14 + - 16 steps: - name: Clone Repository