Skip to content

Commit

Permalink
chore(deps): [DEVOPS-1759] adding nodejs 16
Browse files Browse the repository at this point in the history
  • Loading branch information
scub committed Jun 28, 2023
1 parent 94f5fb1 commit 96d4e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
nodejs 14.15.4
nodejs 16.16.0
direnv 2.28.0

0 comments on commit 96d4e8f

Please sign in to comment.