Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 02e28da

Browse files
author
Lucas Simeon
committed
Change Node version of Build assets Github Action
Fix `??` syntax error during pipeline
1 parent 223d3aa commit 02e28da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
steps:
176176
- uses: actions/setup-node@v1
177177
with:
178-
node-version: 12
178+
node-version: 16
179179
registry-url: https://registry.npmjs.org/
180180

181181
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)