Skip to content

Commit

Permalink
Merge pull request #8 from openedx/jawayria/node-16
Browse files Browse the repository at this point in the history
build!: Upgraded to Node 16
  • Loading branch information
Jawayria authored Feb 18, 2022
2 parents bfb030d + c3101c1 commit 79159f1
Show file tree
Hide file tree
Showing 3 changed files with 10,670 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@ name: Node CI
on:
push:
branches:
- master
- master
pull_request:
branches:
- '**'
- '**'

jobs:
build:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Nodejs
uses: actions/setup-node@v1
with:
node-version: 12
node-version: ${{ matrix.node }}

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm i
- name: Test
Expand Down
Loading

0 comments on commit 79159f1

Please sign in to comment.