Skip to content

Commit

Permalink
node-ci.yml: remove node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 29, 2024
1 parent 228a1fd commit 7ca43ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
os: [ ubuntu-22.04, windows-2022, macos-12 ]
# https://github.com/actions/setup-node
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20 ]

steps:
- name: Checkout
Expand Down

0 comments on commit 7ca43ce

Please sign in to comment.