Skip to content

Commit f659f69

Browse files
committed
Merge branch 'dev' of github.com:funktechno/sql-simple-parser into f/updates
2 parents 5d4dafa + 3aa58d9 commit f659f69

4 files changed

Lines changed: 560 additions & 802 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fetch-depth: 0 # Fetch full git history for version calculation
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v4.1.0
18+
uses: gittools/actions/gitversion/setup@v4.2.0
1919
with:
2020
versionSpec: "6.3.x"
2121

2222
- name: Determine Version
2323
id: version_step # step id used as a reference for output values
24-
uses: gittools/actions/gitversion/execute@v4.1.0
24+
uses: gittools/actions/gitversion/execute@v4.2.0
2525
env:
2626
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
2727
with:
@@ -87,9 +87,9 @@ jobs:
8787
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
8888
retention-days: ${{ env.retention_days }}
8989
# Setup .npmrc file to publish to npm
90-
- uses: actions/setup-node@v3
90+
- uses: actions/setup-node@v6
9191
with:
92-
node-version: '16.x'
92+
node-version: 16
9393
registry-url: 'https://registry.npmjs.org'
9494
- run: npm ci
9595
- run: npm run build

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
fetch-depth: 0 # Fetch full git history for version calculation
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v4.1.0
29+
uses: gittools/actions/gitversion/setup@v4.2.0
3030
with:
3131
versionSpec: "6.3.x"
3232

3333
- name: Determine Version
3434
id: version_step # step id used as a reference for output values
35-
uses: gittools/actions/gitversion/execute@v4.1.0
35+
uses: gittools/actions/gitversion/execute@v4.2.0
3636
env:
3737
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
3838
with:
@@ -97,9 +97,9 @@ jobs:
9797
name: version-info
9898
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
9999
retention-days: ${{ env.retention_days }}
100-
- uses: actions/setup-node@v3
100+
- uses: actions/setup-node@v6
101101
with:
102-
node-version: current
102+
node-version: 16
103103
- run: npm ci
104104
- run: npm test
105105
- name: upload junit
@@ -143,4 +143,4 @@ jobs:
143143
with:
144144
token: ${{ secrets.GITHUB_TOKEN }}
145145
merge-method: squash
146-
pull-request-number: ${{ github.event.pull_request.number }}
146+
pull-request-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)