Skip to content

Commit

Permalink
set workflow use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Allless committed Jul 10, 2024
1 parent 62c63b2 commit caefc02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '14'
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesignal/meteor-protomongo",
"version": "3.1.1-beta.0",
"version": "3.1.1-beta.1",
"description": "Extends meteor/mongo with handy async methods",
"main": "lib/mongo.js",
"types": "lib/mongo.d.ts",
Expand Down

0 comments on commit caefc02

Please sign in to comment.