Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarlo committed Oct 29, 2023
1 parent f1a26b4 commit ed40526
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
name: Test and Build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: install, lint, test, build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release_tags
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
test:
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": "serverless-offline-sns",
"version": "0.77.0",
"version": "version",
"description": "Serverless plugin to run a local SNS server and call lambdas with events notifications.",
"exports": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit ed40526

Please sign in to comment.