Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
ci: set node-version to 20 (#37)
Browse files Browse the repository at this point in the history
## 🎯 Changes

- changed node-version to `20`

## βœ… Checklist

- [x] I have followed every step in the [contributing guide](https://github.com/saud-alnasser/cachescribe/blob/main/CONTRIBUTING.md).
- [x] If necessary, I have added or updated the tests related to the changes made.
- [x] If necessary, I have added documentation related to the changes made.
  • Loading branch information
saud-alnasser committed Oct 24, 2023
1 parent e752642 commit 739276c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'πŸ”§ setup node'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: 'πŸ“¦ install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 'πŸ”§ setup node'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: 'πŸ“¦ install dependencies'
Expand Down

0 comments on commit 739276c

Please sign in to comment.