Skip to content

Commit

Permalink
ci: update node version, dev dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Oct 19, 2023
1 parent b619968 commit 65014e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '20.4.0'
node-version: '20.8.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '20.4.0'
node-version: '20.8.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@babel/parser": "^7.22.7",
"@babel/traverse": "^7.22.8",
"@babel/traverse": "^7.23.2",
"magic-string": "^0.30.1"
},
"devDependencies": {
Expand All @@ -74,7 +74,7 @@
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-dual-package": "^1.1.1",
"babel-dual-package": "^1.1.2",
"c8": "^8.0.0",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down

0 comments on commit 65014e7

Please sign in to comment.