Skip to content

Commit

Permalink
docs: update example to recent version of actions and Node.js v20 (#183)
Browse files Browse the repository at this point in the history
Node 16 is almost deprecated and cause warnings
  • Loading branch information
kirbah authored May 3, 2024
1 parent cb7a1cb commit a70b477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README_environment_github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ More info can be found here:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: "npm"

- name: Prepare and deploy
Expand Down

0 comments on commit a70b477

Please sign in to comment.