Skip to content

Commit

Permalink
use node 16 to test pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Jul 4, 2022
1 parent 2029e3f commit f68c2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 15
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@openaip'
- run: npm install
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 15
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@openaip'
- run: npm ci
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": "@openaip/openair-fix-format",
"version": "1.0.0",
"version": "0.0.0",
"description": "OpenAIR format fixer. Parses openAIR formatted string, removes unnecessary blank lines and makes sure that geometry start and end points are equal.",
"authors": [
{
Expand Down

0 comments on commit f68c2be

Please sign in to comment.