Skip to content

Commit

Permalink
Merge pull request #63 from marko-js/update-node-version
Browse files Browse the repository at this point in the history
chore: update node version for ci
  • Loading branch information
LuLaValva authored Aug 16, 2024
2 parents 24a7fb6 + f996c1e commit 4696cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-squids-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/tags-api-preview": patch
---

Update node version for CI
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 4696cac

Please sign in to comment.