Skip to content

Commit 50951d2

Browse files
committed
Drop explicit Node versions in GitHub Action Workflows
1 parent 3333113 commit 50951d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: '16'
1514
cache: 'yarn'
1615

1716
- name: Build JavaScript package

.github/workflows/prettier-standard.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
2221
cache: 'yarn'
2322

2423
- name: Yarn install

0 commit comments

Comments
 (0)