Skip to content

Commit

Permalink
ci: Use Node v20 (#99)
Browse files Browse the repository at this point in the history
* ci: Use Node v20
  • Loading branch information
jessealama authored Jan 30, 2024
1 parent fea8d25 commit 73f63ca
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 358 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '20.x'
- run: npm install
- run: npm run build
- name: commit changes
uses: elstudio/actions-js-build/commit@v3
uses: elstudio/actions-js-build/commit@v4
with:
commitMessage: "fixup: [spec] `npm run build`"
commitMessage: "fixup: [spec] `npm run build`"
Loading

0 comments on commit 73f63ca

Please sign in to comment.