Skip to content

Commit

Permalink
Merge branch 'main' into mw-refactore-regex-to-allow-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
axlwaii authored Oct 17, 2023
2 parents bb39b91 + e2c6010 commit d61e433
Show file tree
Hide file tree
Showing 4 changed files with 1,306 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Install + Build + Test
container: node:16.20-alpine
container: node:18.17-alpine
steps:
- uses: actions/checkout@v3
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18.17
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/preset-env": "^7.12.11",
"@vue/test-utils": "^1.1.2",
"@vue/test-utils3": "npm:@vue/[email protected]",
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.11.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.2",
"eslint": "^7.17.0",
Expand Down
Loading

0 comments on commit d61e433

Please sign in to comment.