We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7a1cb commit a70b477Copy full SHA for a70b477
1 file changed
docs/README_environment_github_actions.md
@@ -50,12 +50,12 @@ More info can be found here:
50
51
steps:
52
- name: Checkout
53
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
54
55
- - name: Use Node.js 16.x
56
- uses: actions/setup-node@v3
+ - name: Use Node.js 20.x
+ uses: actions/setup-node@v4
57
with:
58
- node-version: 16.x
+ node-version: 20.x
59
cache: "npm"
60
61
- name: Prepare and deploy
0 commit comments