Skip to content

Commit

Permalink
Prepare pages publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kildom committed Feb 18, 2024
1 parent cba4648 commit acc62ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "con-reg-exp",
"version": "0.2.1",
"version": "0.2.2",
"description": "Convenient Regular Expressions - a different approach to the regular expressions syntax.",
"main": "./dist/cjs/con-reg-exp.cjs",
"module": "./dist/esm/con-reg-exp.mjs",
Expand Down

0 comments on commit acc62ec

Please sign in to comment.