Skip to content

Commit

Permalink
Change zuly.yml workflow to latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
euandrelucas committed Jan 18, 2022
1 parent d308708 commit 8c8a952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"extends": "eslint:recommended",
"rules": {
"require-await": "error",
"no-unused-vars": "error",
"no-undef": "warn",
"no-extra-semi": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zuly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- name: Checkout 🛎
Expand Down

0 comments on commit 8c8a952

Please sign in to comment.