diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-27 02:18:41 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-27 02:18:41 -0400 |
| commit | a3143c11a88ed77051b230549d3aa37a1b18eb46 (patch) | |
| tree | 0768ebcec304aa8b35dd29a42233eca4c777c0da /.github | |
| parent | d71fb7935be69ef04c3d2bbc7ae270d326345b1e (diff) | |
| download | decky-loader-a3143c11a88ed77051b230549d3aa37a1b18eb46.tar.gz decky-loader-a3143c11a88ed77051b230549d3aa37a1b18eb46.zip | |
use node 20 in ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/typecheck.yml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7881726..add73b2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 0 - - name: Set up NodeJS 18 💎 + - name: Set up NodeJS 20 💎 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Set up Python 3.10.6 🐍 uses: actions/setup-python@v4 diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 763d8590..272dd2c8 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -12,6 +12,11 @@ jobs: steps: - uses: actions/checkout@v3 # Check out the repository first. + - name: Set up NodeJS 20 💎 + uses: actions/setup-node@v3 + with: + node-version: 20 + - name: Set up Python 3.10.6 🐍 uses: actions/setup-python@v4 with: |
