Skip to content

Commit

Permalink
Merge pull request #182 from andypiper/update-gh-actions
Browse files Browse the repository at this point in the history
lint.yml: update to a supported node version
  • Loading branch information
andypiper authored Jan 24, 2024
2 parents 3a05e66 + ebad857 commit bb9bd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest # on which machine to run
steps:
- name: Install NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit bb9bd7a

Please sign in to comment.