aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-07 00:17:10 +0200
committerAlystrasz <contact@remyraes.com>2022-08-07 00:17:10 +0200
commit2be59700690d6c4196300f71e97668839b0e65fe (patch)
tree4c8b35d7000d73ed68010bd61dc6da7f2b405417
parent7c9686282c37e5f091539c955666364b3e3cb3e9 (diff)
downloadViper-2be59700690d6c4196300f71e97668839b0e65fe.tar.gz
Viper-2be59700690d6c4196300f71e97668839b0e65fe.zip
fix: typo
-rw-r--r--.github/workflows/dev_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml
index 73f4b71..11c6438 100644
--- a/.github/workflows/dev_builds.yml
+++ b/.github/workflows/dev_builds.yml
@@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node environment
uses: actions/setup-node@v3
- with:
- node-version: 16
+ with:
+ node-version: 16
- name: Install dependencies
run: npm ci
- name: Create builds