Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 24, 2023
1 parent 763c935 commit cb5fe95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Begin CI...
uses: actions/checkout@v2

- name: Use Node 16
- name: Use Node 20
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x

- name: Use cached node_modules
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"scripts": {
"start": "tsup --watch",
"build": "tsup",
"_test": "tsdx test",
"_lint": "tsdx lint",
"test": "true",
"lint": "true",
"prepare": "yarn build"
},
"peerDependencies": {
Expand Down

0 comments on commit cb5fe95

Please sign in to comment.