Skip to content

Commit

Permalink
Merge pull request #257 from pacificclimate/i256-update-node-ci-to-v14
Browse files Browse the repository at this point in the history
use node v14.21.3
  • Loading branch information
QSparks authored Feb 21, 2024
2 parents cf97495 + 8fcb85d commit e761bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Node.js 9.2
- name: Set up Node.js 14.21.3
uses: actions/setup-node@v1
with:
node-version: 9.2
node-version: 14.21.3
- name: Node.js Test Suite
run: |
npm install
Expand Down

0 comments on commit e761bf6

Please sign in to comment.