Skip to content

Commit

Permalink
Update GitHub Actions from node16 to node20.
Browse files Browse the repository at this point in the history
  • Loading branch information
brownts committed Aug 10, 2024
1 parent aed8f75 commit 8d79125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
working-directory: tree-sitter-gpr
steps:
- name: Checkout (tree-sitter-gpr)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: tree-sitter-gpr

- name: Checkout (gpr)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: adacore/gpr
path: gpr

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install Module Dependencies
run: npm install
Expand Down

0 comments on commit 8d79125

Please sign in to comment.