1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-14 01:16:17 +02:00

fix: gh actions that run on main (#3550)

## About the changes
These also need to be migrated to node 18
This commit is contained in:
Gastón Fournier 2023-04-18 10:55:55 +02:00 committed by GitHub
parent 867a514d1f
commit e7d3182af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x] node-version: [18.x]
services: services:
# Label used to access the service container # Label used to access the service container
postgres: postgres:

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js 16.x - name: Use Node.js 18.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 18.x
- uses: actions/checkout@master - uses: actions/checkout@master
with: with:
repository: sighphyre/svg-contributors repository: sighphyre/svg-contributors