We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6308a3 commit 3bbdc66Copy full SHA for 3bbdc66
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
container:
11
- image: node:15.4-buster
12
- timeout-minutes: 3
+ image: node:16-buster-slim
+ timeout-minutes: 5
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
release:
timeout-minutes: 10
0 commit comments