diff options
| author | Leander <80996591+schererleander@users.noreply.github.com> | 2025-05-30 01:40:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-30 01:40:40 +0200 |
| commit | 2af874767a7ddbeba3dc6eb9aa415f7705b15097 (patch) | |
| tree | 13ab2efb7938c4e0d313ae8197d1fdc025e399ba /.github/workflows | |
| parent | dac786bf6478f50558557829a0fe9444f83f62a6 (diff) | |
Update deploy.yml
Diffstat (limited to '.github/workflows')
| -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 7e167ed..8805e46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: 'latest' - name: Install & Build run: | |
