Skip to content

Commit

Permalink
merge-upstream: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 23, 2023
1 parent 46d4623 commit 203c6e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/ci-cd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: 16.x
- run: npm ci
- run: npm run build
- run: npm run tap

0 comments on commit 203c6e9

Please sign in to comment.