Gr1N / setup-poetry

Set up your GitHub Actions workflow with a specific version of Poetry
MIT License
86 stars 14 forks source link

Update Node Version to v16 #32

Closed mcdcam closed 1 year ago

mcdcam commented 1 year ago

Resolves #31

Node v12 actions are now deprecated. This PR bumps the node version in action.yml to 'node16'.

After this change, all tests have passed and the action works on my own project, so I do not think any additional changes are required.