Skip to content

Commit 4fe2929

Browse files
committed
Update extension.yml
1 parent b8e4b3f commit 4fe2929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/extension.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v2
15+
with:
16+
node-version: '14'
1517
- run: yarn
1618
- run: yarn test
1719
- run: yarn package

0 commit comments

Comments
 (0)