Skip to content

Commit

Permalink
feat: Centralise node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 14, 2023
1 parent c9d5c16 commit 6a71550
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
check-latest: true
node-version-file: '.nvmrc'
- name: Install
run: npm ci
- name: Test
Expand Down

0 comments on commit 6a71550

Please sign in to comment.