Skip to content

Commit a70b477

Browse files
authored
docs: update example to recent version of actions and Node.js v20 (#183)
Node 16 is almost deprecated and cause warnings
1 parent cb7a1cb commit a70b477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README_environment_github_actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ More info can be found here:
5050

5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454

55-
- name: Use Node.js 16.x
56-
uses: actions/setup-node@v3
55+
- name: Use Node.js 20.x
56+
uses: actions/setup-node@v4
5757
with:
58-
node-version: 16.x
58+
node-version: 20.x
5959
cache: "npm"
6060

6161
- name: Prepare and deploy

0 commit comments

Comments
 (0)