Skip to content

Commit

Permalink
Update to node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Feb 21, 2022
1 parent e601f8c commit b5ff6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b5ff6e5

Please sign in to comment.