Skip to content

Commit

Permalink
Update Github Actions to use Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mpomery committed Jan 12, 2022
1 parent a391a2e commit dd8ab27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 16
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit dd8ab27

Please sign in to comment.