Skip to content

Commit

Permalink
chore(CI): Update CI to use the same version as .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-w committed May 28, 2023
1 parent b02d80c commit 0ffb151
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches:
- main

env:
NODE_VERSION: 16

jobs:
lint:
name: Lint
Expand All @@ -20,13 +17,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ env.NODE_VERSION }}
node-version-file: ".nvmrc"
cache: yarn

- name: Install dependencies
run: script/bootstrap

Expand Down

0 comments on commit 0ffb151

Please sign in to comment.