Skip to content

Commit

Permalink
chore: another action change
Browse files Browse the repository at this point in the history
  • Loading branch information
massfords committed Oct 14, 2024
1 parent 4bad5df commit db060ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
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": "asl-path-validator",
"version": "0.14.0",
"version": "0.14.1",
"description": "Validates the path expressions for the Amazon States Language",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit db060ee

Please sign in to comment.