diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dcc524f7a..f5fe09f57 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '14' # This needs to match the version used by our Meteor release - name: Install linters