Skip to content

Commit

Permalink
chore: upgrade Node.js to 16.15.0 and NPM to 8.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pbredenberg committed Jan 11, 2023
1 parent 77804dc commit 5dc2337
Show file tree
Hide file tree
Showing 4 changed files with 13,198 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.1
16.15.0
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
dist: focal
language: node_js
node_js:
- "node" # Latest node version
- "lts/*" # Latest LTS version
- "16"
- "14"
- "12"

before_install: npm i -g npm@6.14.12
before_install: npm i -g npm@8.5.5

script:
- grunt standards
Expand Down
Loading

0 comments on commit 5dc2337

Please sign in to comment.