Skip to content

Commit

Permalink
Merge pull request #17 from hamirmahal/fix/usage-of-deprecated-versio…
Browse files Browse the repository at this point in the history
…n-of-nodejs

fix: usage of `deprecated` version of `Node.js`
  • Loading branch information
titanism authored Aug 14, 2024
2 parents 8efe7df + 0a0c898 commit 97a0ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- 18
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
Expand Down

0 comments on commit 97a0ebd

Please sign in to comment.