Skip to content

Commit

Permalink
chore: upgrade node & add svelte to tag list (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu authored Jun 5, 2023
1 parent 2c0d0b6 commit dcad434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "<17"
"node": "18.x"
},
"dependencies": {
"@sentry/browser": "^5.6.3",
Expand Down
1 change: 1 addition & 0 deletions src/utils/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default [
'start-ups',
'stenciljs',
'stimulusjs',
'svelte',
'svg',
'swift',
'swoole',
Expand Down

1 comment on commit dcad434

@vercel
Copy link

@vercel vercel bot commented on dcad434 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.