Skip to content

Commit

Permalink
⬆️ 👷 bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Aug 7, 2024
1 parent c9474e8 commit eb7c5be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20'
cache: 'pnpm'

- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20'
cache: 'pnpm'

# Build the plugin
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "es6",
"target": "es2018",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
Expand Down

0 comments on commit eb7c5be

Please sign in to comment.