We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c8f07 commit 57ca343Copy full SHA for 57ca343
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
name: Verify Deploy
31
if: ${{ (github.event_name == 'push' || github.event_name == 'repository_dispatch') && github.ref == 'refs/heads/main' }}
32
needs: test
33
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
34
steps:
35
- run: |
36
for i in {1..10}; do
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.17.0-bookworm-slim
+FROM node:22.11.0-bookworm-slim
2
3
WORKDIR /app
4
0 commit comments