Skip to content

Commit

Permalink
bump versions (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaoster committed Aug 31, 2024
1 parent f958ccb commit e46438c
Show file tree
Hide file tree
Showing 7 changed files with 690 additions and 554 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"es6": true
},
"extends": ["airbnb-base", "plugin:prettier/recommended"],
"plugins": ["svelte3", "prettier"],
"plugins": ["svelte", "prettier"],
"overrides": [
{
"files": ["**/*.svelte"],
"processor": "svelte3/svelte3"
"parser": "svelte-eslint-parser"
}
],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js 🔧
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

# This example project is built using npm and outputs the result to the 'build'
# folder. Replace with the commands required to build your project, or remove
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
Loading

0 comments on commit e46438c

Please sign in to comment.