stac-extensions / cmip6

Apache License 2.0
0 stars 1 forks source link

Resolve Node 16 deprecation warnings in CI #1

Closed kurtmckee closed 5 months ago

kurtmckee commented 5 months ago

GitHub actions are throwing deprecation warnings due to the use of Node.js 16 in actions/setup-node@v3 [recent example]:

[!Warning]

deploy Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This PR updates actions/setup-node to v4.