diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 60585494..2edc8b05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: '14' # Specify your Node.js version + node-version: '16' - name: Install Dependencies run: cd web-embeds && yarn install