Skip to content

Commit b236e48

Browse files
committed
🔧 Update Node.js version for GitHub Action runners
1 parent ac297bf commit b236e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: "12.19.0"
15+
node-version: "16.17.0"
1616
- run: npm ci
1717
- run: npm run validate
1818
- run: npm deploy

0 commit comments

Comments
 (0)