commit cd10a42931c87f0cb8056fc1c69a7e922e22ab88
parent d3c2cb24c8a8bbf0b289aa9c2ea19def2c91d53d
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Fri, 6 Dec 2024 17:28:09 +0100
GH Actions: use new property name
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- version: '16'
+ node-version: '16'
- run: cp src/secrets.js.template src/secrets.js
- run: yarnpkg
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- version: '16'
+ node-version: '16'
- run: cp src/secrets.js.template src/secrets.js
- run: yarnpkg