Skip to content

Commit

Permalink
Merge pull request #198 from KoolTheba/chore/upgrade-node-version
Browse files Browse the repository at this point in the history
chore: upgraded node version to 20.9.0
  • Loading branch information
KoolTheba authored Oct 29, 2023
2 parents d88af7c + ae7cba0 commit 838c1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: installing node@18
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18.16.1
node-version: 20.9.0
- name: installing dependencies
run: npm ci
# - name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: installing node@18
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18.16.1
node-version: 20.9.0
- name: installing dependencies
run: npm ci
- name: linting
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.9.0

0 comments on commit 838c1c1

Please sign in to comment.