diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-01 16:49:23 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-01 16:49:23 +0100 |
| commit | 79d591441fd2a8d7a49f9543c51a96c46e38555a (patch) | |
| tree | 474fde62cfbefc456e3b34b4e0dde173651e05ef | |
| parent | chore: update packages (diff) | |
| download | pml68.dev-79d591441fd2a8d7a49f9543c51a96c46e38555a.tar.gz | |
ci: transition to node 20
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e82e96..99f289d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install dependencies |
