Skip to content

Commit

Permalink
Update node versions, sha for gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Apr 10, 2024
1 parent 956acc5 commit ace3bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: NPM install
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: node-latest

- name: Run NPM CI
run: npm ci
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Checkout development branch
uses: actions/checkout@v3
with:
repository: mparticle-integrations/mparticle-javascript-integration-criteo
repository: mparticle-integrations/mparticle-javascript-integration-google-tag-manager
ref: development

- name: Create and push release branch
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
ref: master

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@1a317071222a9bfb1839df1b58b1f0dcd893b589
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: node-latest

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit ace3bdb

Please sign in to comment.