diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b622b7..2b148f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@v2 - name: Checkout submodules run: git submodule update --init --recursive - - name: Use Node.js 12.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Run Remark Markdown Linter run: | npm install diff --git a/package.json b/package.json index 439b05b..3923ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiware-lab-academy", - "version": "7.7.1", + "version": "8.2.0", "description": "Video tutorials, slide decks and other training materials for developers learning about FIWARE Lab.", "keywords": [ "node",