diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:08:27 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:08:27 -0400 |
| commit | 9b241101dd11b75b53161bb39736cefdb92bd77b (patch) | |
| tree | 35f7b85104faf310c2070df959d294101b73a076 /.github | |
| parent | bebe9428a6e457ec937eb461fc7b150f5af948be (diff) | |
| download | decky-loader-9b241101dd11b75b53161bb39736cefdb92bd77b.tar.gz decky-loader-9b241101dd11b75b53161bb39736cefdb92bd77b.zip | |
Upgrade NodeJS to 18 in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30325e83..5b335ba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,10 +42,10 @@ jobs: - name: Checkout 🧰 uses: actions/checkout@v3 - - name: Set up NodeJS 17 💎 + - name: Set up NodeJS 18 💎 uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Set up Python 3.10 🐍 uses: actions/setup-python@v3 |
