Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 3436a83

Browse files
authored
Use Node 16
1 parent 805ae52 commit 3436a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 14.x
13+
node-version: 16.x
1414
- name: Generate token
1515
uses: tibdex/github-app-token@v1
1616
id: generate-token

0 commit comments

Comments
 (0)