Skip to content

Commit

Permalink
chore: node:20-alpine3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Apr 29, 2024
1 parent 6e8f6a7 commit 93a9287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

# runs-on: [self-hosted, stage]
# container:
# image: node:18-alpine3.18
# image: ubuntu:latest

runs-on: ubuntu-latest
container:
image: node:18-alpine3.18
image: node:20-alpine3.18

steps:
# - name: OS - Update
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Node.js Setup
uses: actions/setup-node@v3
with:
node-version: '20.8.2'
node-version: '20.8.1'
registry-url: 'https://npm.pkg.github.com'
scope: '@aziontech'
always-auth: true
Expand Down

0 comments on commit 93a9287

Please sign in to comment.