Skip to content

Commit

Permalink
Merge pull request #452 from babbel/TNT-2962/action
Browse files Browse the repository at this point in the history
[TNT-2962] Updated to NodeJS v16.18.1
  • Loading branch information
UrsaDK authored Nov 21, 2022
2 parents 16a017f + 8c05207 commit d91e419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

## Contribute

Prep the project, it runs against nodejs v12, when using `asdf-vm` just hit `asdf install`. Then install the packages
Prep the project, it runs against nodejs v16, when using `asdf-vm` just hit `asdf install`. Then install the packages

```
npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
default: null

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit d91e419

Please sign in to comment.