diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-07 00:17:10 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-07 00:17:10 +0200 |
commit | 2be59700690d6c4196300f71e97668839b0e65fe (patch) | |
tree | 4c8b35d7000d73ed68010bd61dc6da7f2b405417 /.github/workflows/dev_builds.yml | |
parent | 7c9686282c37e5f091539c955666364b3e3cb3e9 (diff) | |
download | Viper-2be59700690d6c4196300f71e97668839b0e65fe.tar.gz Viper-2be59700690d6c4196300f71e97668839b0e65fe.zip |
fix: typo
Diffstat (limited to '.github/workflows/dev_builds.yml')
-rw-r--r-- | .github/workflows/dev_builds.yml | 4 |
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 |