Skip to content

Commit

Permalink
Drop explicit Node versions in GitHub Action Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Sep 24, 2024
1 parent 3333113 commit 50951d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'

- name: Build JavaScript package
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prettier-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

- name: Yarn install
Expand Down

0 comments on commit 50951d2

Please sign in to comment.