Skip to content

Commit

Permalink
Use Node 16 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Sep 24, 2022
1 parent fb46b8e commit 43bb4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
description: 'This action will handle the deployment process of your project to GitHub Pages.'
author: 'James Ives <iam@jamesiv.es>'
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'
branding:
icon: 'git-commit'
Expand Down

0 comments on commit 43bb4e6

Please sign in to comment.