Skip to content

Commit

Permalink
Update github action node version
Browse files Browse the repository at this point in the history
  • Loading branch information
baumerdev committed Feb 17, 2024
1 parent 190e338 commit eab6857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup 🔧
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "npm"

- name: Install dependencies 📦
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodejs: [16, 18]
nodejs: [18, 20]

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup 🔧
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "npm"

- name: Install dependencies 📦
Expand Down

0 comments on commit eab6857

Please sign in to comment.