Skip to content

Commit 3bbdc66

Browse files
author
Ian Walter
committed
Updating to node:16 image
1 parent a6308a3 commit 3bbdc66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
container:
11-
image: node:15.4-buster
12-
timeout-minutes: 3
11+
image: node:16-buster-slim
12+
timeout-minutes: 5
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
container:
10-
image: node:15.4-buster
10+
image: node:16-buster-slim
1111
timeout-minutes: 10
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)